EmfPlusTextureBrushData Class
Contents
[
Hide
]Summary: The EmfPlusTextureBrushData object specifies a texture image for a graphics brush.
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusTextureBrushData
Inheritance: EmfPlusBaseBrushData
Constructors
Name | Description |
---|---|
EmfPlusTextureBrushData() | Initializes a new instance of the EmfPlusTextureBrushData class |
Properties
Name | Type | Access | Description |
---|---|---|---|
brush_data_flags | EmfPlusBrushDataFlags | r/w | Gets or sets a 32-bit unsigned integer that specifies the data in the OptionalData field. This value MUST be composed of BrushData flags (section 2.1.2.1). The following flags are relevant to a texture brush BrushDataTransform BrushDataIsGammaCorrected BrushDataDoNotTransform |
optional_data | EmfPlusTextureBrushOptionalData | r/w | Gets or sets an optional EmfPlusTextureBrushOptionalData object (section 2.2.2.46) that specifies additional data for the texture brush. The specific contents of this field are determined by the value of the BrushDataFlags field |
wrap_mode | EmfPlusWrapMode | r/w | Gets or sets a 32-bit signed integer from the WrapMode enumeration (section 2.1.1.34) that specifies how to repeat the texture image across a shape, when the image is smaller than the area being filled. |
Constructor: EmfPlusTextureBrushData()
EmfPlusTextureBrushData()
Initializes a new instance of the EmfPlusTextureBrushData class