TransformMatrix

EmfPlusTextureBrushOptionalData.TransformMatrix property

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.

public Matrix TransformMatrix { get; set; }

See Also