Graphics.TransformElements Propiedad

Definición

Obtiene o establece los elementos de transformación del mundo para este Graphicsobjeto .

public:
 property System::Numerics::Matrix3x2 TransformElements { System::Numerics::Matrix3x2 get(); void set(System::Numerics::Matrix3x2 value); };
public System.Numerics.Matrix3x2 TransformElements { get; set; }
member this.TransformElements : System.Numerics.Matrix3x2 with get, set
Public Property TransformElements As Matrix3x2

Valor de propiedad

Comentarios

Se trata de una alternativa más eficaz a Transform la que no necesita eliminación.

Se aplica a