OptionalData

EmfPlusTextureBrushData.OptionalData property

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

public EmfPlusTextureBrushOptionalData OptionalData { get; set; }

See Also