EmfPlusImageAttributes Class
Contents
[
Hide
]Summary: The EmfPlusImageAttributes object specifies how bitmap image
colors are manipulated during rendering.
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusImageAttributes
Inheritance: EmfPlusGraphicsObjectType
Constructors
Name | Description |
---|---|
EmfPlusImageAttributes() | Initializes a new instance of the EmfPlusImageAttributes class |
Properties
Name | Type | Access | Description |
---|---|---|---|
clamp_argb_32_color | int | r/w | Gets or sets EmfPlusARGB (section 2.2.2.1) object that specifies the edge color to use when the WrapMode value is WrapModeClamp. This color is visible when the source rectangle processed by an EmfPlusDrawImage (section 2.3.4.8) record is larger than the image itself. |
object_clamp | EmfPlusObjectClamp | r/w | 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 being drawn. This value MUST be one of the values defined in the following table. |
version | EmfPlusGraphicsVersion | r/w | Gets or sets the version. |
wrap_mode | EmfPlusWrapMode | r/w | Gets or sets a 32-bit unsigned integer that specifies how to handle edge conditions with a value from the WrapMode enumeration (section 2.1.1.34). |
Constructor: EmfPlusImageAttributes()
EmfPlusImageAttributes()
Initializes a new instance of the EmfPlusImageAttributes class