Transform

TransformBrush.Transform property

Gets or sets a copy Matrix that defines a local geometric transform for this TransformBrush.

public Matrix Transform { get; set; }

Return Value

A copy of the Matrix that defines a geometric transform that applies only to fills drawn with this TransformBrush.

See Also