CanvasState.Transform Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
property System::Numerics::Matrix3x2 Transform { System::Numerics::Matrix3x2 get(); void set(System::Numerics::Matrix3x2 value); };
public System.Numerics.Matrix3x2 Transform { get; set; }
member this.Transform : System.Numerics.Matrix3x2 with get, set
Public Property Transform As Matrix3x2