Class WmfSetTextColor

Class WmfSetTextColor

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.7.0)

The Set text color.

public class WmfSetTextColor : WmfObject
{
    public WmfSetTextColor(short rgb)
    {
        Rgb = rgb;
    }
    public short Rgb { get; set; }
}

Inheritance

object MetaObject WmfObject WmfSetTextColor

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

WmfSetTextColor()

public void WmfSetTextColor()
   {
   }

Properties

ColorRef

Gets or sets the color reference.

public int ColorRef
   {
      get;
      set;
   }

Property Value

int

ExtendedByte

Gets or sets the extended byte.

public byte ExtendedByte
      get
       {
       }
       set
       {
       }

Property Value

byte

 English