EmfPlusTextureBrushOptionalData Class
Contents
[
Hide
]Summary: he EmfPlusTextureBrushOptionalData object specifies optional data for a texture brush.
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusTextureBrushOptionalData
Inheritance: EmfPlusStructureObjectType
Constructors
Name | Description |
---|---|
EmfPlusTextureBrushOptionalData() | Initializes a new instance of the EmfPlusTextureBrushOptionalData class |
Properties
Name | Type | Access | Description |
---|---|---|---|
image_object | EmfPlusImage | r/w | Gets or sets an optional EmfPlusImage object (section 2.2.1.4) that specifies the brush texture. This field MUST be present if the size of the EmfPlusObject record (section 2.3.5.1) that defines this texture brush is large enough to accommodate an EmfPlusImage object in addition to the required fields of the EmfPlusTextureBrushData object and optionally an EmfPlusTransformMatrix object. |
transform_matrix | Matrix | r/w | Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the texture brush. This field MUST be present if the BrushDataTransform flag is set in the BrushDataFlags field of the EmfPlusTextureBrushData object. |
Constructor: EmfPlusTextureBrushOptionalData()
EmfPlusTextureBrushOptionalData()
Initializes a new instance of the EmfPlusTextureBrushOptionalData class