TransformMatrix

EmfPlusPathGradientBrushOptionalData.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 path gradient brush. This field MUST be present if the BrushDataTransform flag is set in the BrushDataFlags field of the EmfPlusPathGradientBrushData object.

public Matrix TransformMatrix { get; set; }

See Also