CompositionShape.CenterPoint 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.
Point au sujet duquel la forme est pivotée et mise à l’échelle.
public:
property float2 CenterPoint { float2 get(); void set(float2 value); };
float2 CenterPoint();
void CenterPoint(float2 value);
public Vector2 CenterPoint { get; set; }
var vector2 = compositionShape.centerPoint;
compositionShape.centerPoint = vector2;
Public Property CenterPoint As Vector2
Valeur de propriété
Point au sujet duquel la forme est pivotée et mise à l’échelle.