TransformMatrix

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

public Matrix TransformMatrix { get; set; }

See Also