System.Drawing.TextureBrush.Transform Property

Gets or sets a copy of the System.Drawing.Drawing2D.Matrix object that defines a local geometric transformation for the image associated with this System.Drawing.TextureBrush object.

Syntax

public System.Drawing.Drawing2D.Matrix Transform { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

A geometric transformation can be used to translate, scale, rotate, or skew the image that defines the texture of this brush. Because the matrix returned and by the TextureBrush.Transform property is a copy of the brush's geometric transform, you should dispose of the matrix when you no longer need it.

Requirements

Namespace: System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0