Class EmfPlusImageAttributes

Class EmfPlusImageAttributes

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

The EmfPlusImageAttributes object specifies how bitmap imagecolors are manipulated during rendering.

public sealed class EmfPlusImageAttributes : EmfPlusGraphicsObjectType
{
    public EmfPlusColorSpace EmfPlusColorSpace { get; set; }
    public byte[] Data { get; set; }
    public int Width { get; set; }
    public int Height { get; set; }
    public double HorizontalResolution { get; set; }
    public double VerticalResolution { get; set; }
}

Inheritance

object MetaObject EmfPlusObject EmfPlusGraphicsObjectType EmfPlusImageAttributes

Inherited Members

EmfPlusGraphicsObjectType.Version , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfPlusImageAttributes()

public EmfPlusImageAttributes()
   {
   }

Properties

ClampArgb32Color

Gets or sets EmfPlusARGB (section 2.2.2.1) object that specifies the edge color to usewhen the WrapMode value is WrapModeClamp. This color is visible when thesource rectangle processed by an EmfPlusDrawImage (section 2.3.4.8) recordis larger than the image itself.

public int ClampArgb32Color
   {
      get;
      set;
   }

Property Value

int

ObjectClamp

Gets or sets 32-bit signed integer that specifies the object clamping behavior.It is not used until this object is applied to an image beingdrawn. This value MUST be one of the values defined in thefollowing table.

public EmfPlusObjectClamp ObjectClamp
   {
      get;
      set;
   }

Property Value

EmfPlusObjectClamp

WrapMode

Gets or sets a 32-bit unsigned integer that specifies how to handle edge conditions witha value from the WrapMode enumeration (section 2.1.1.34).

public EmfPlusWrapMode WrapMode
   {
      get;
      set;
   }

Property Value

EmfPlusWrapMode

 English