BezierSegment.Point1 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.
Obtient ou définit le premier point de contrôle de la courbe.
public:
property Point Point1 { Point get(); void set(Point value); };
Point Point1();
void Point1(Point value);
public Point Point1 { get; set; }
var point = bezierSegment.point1;
bezierSegment.point1 = point;
Public Property Point1 As Point
<BezierSegment Point1="x,y"/>
Valeur de propriété
Premier point de contrôle de la courbe. La valeur par défaut est un point avec la valeur 0,0.