TextureBrush.Transform Propriedade
Definição
Obtém ou define uma cópia do objeto Matrix que define uma transformação geométrica local para a imagem associada a esse objeto TextureBrush.Gets or sets a copy of the Matrix object that defines a local geometric transformation for the image associated with this TextureBrush object.
public:
property System::Drawing::Drawing2D::Matrix ^ Transform { System::Drawing::Drawing2D::Matrix ^ get(); void set(System::Drawing::Drawing2D::Matrix ^ value); };
public System.Drawing.Drawing2D.Matrix Transform { get; set; }
member this.Transform : System.Drawing.Drawing2D.Matrix with get, set
Public Property Transform As Matrix
Valor da propriedade
Uma cópia do Matrix objeto que define uma transformação geométrica que se aplica somente a preenchimentos desenhados usando esse TextureBrush objeto.A copy of the Matrix object that defines a geometric transformation that applies only to fills drawn by using this TextureBrush object.
Comentários
Uma transformação geométrica pode ser usada para converter, dimensionar, girar ou distorcer a imagem que define a textura desse pincel.A geometric transformation can be used to translate, scale, rotate, or skew the image that defines the texture of this brush. Como a matriz retornada e pela Transform propriedade é uma cópia da transformação geométrica do pincel, você deve descartar a matriz quando não precisar mais dela.Because the matrix returned and by the Transform property is a copy of the brush's geometric transform, you should dispose of the matrix when you no longer need it.