LineSegment Constructeurs
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.
Initialise une nouvelle instance de la classe LineSegment.
Surcharges
LineSegment() |
Initialise une nouvelle instance de la classe LineSegment. |
LineSegment(Point, Boolean) |
Initialise une nouvelle instance de la classe LineSegment qui possède le Point de terminaison spécifié et la valeur booléenne qui détermine si ce LineSegment est rayé. |
LineSegment()
Initialise une nouvelle instance de la classe LineSegment.
public:
LineSegment();
public LineSegment ();
Public Sub New ()
S’applique à
LineSegment(Point, Boolean)
Initialise une nouvelle instance de la classe LineSegment qui possède le Point de terminaison spécifié et la valeur booléenne qui détermine si ce LineSegment est rayé.
public:
LineSegment(System::Windows::Point point, bool isStroked);
public LineSegment (System.Windows.Point point, bool isStroked);
new System.Windows.Media.LineSegment : System.Windows.Point * bool -> System.Windows.Media.LineSegment
Public Sub New (point As Point, isStroked As Boolean)
Paramètres
- point
- Point
Point de terminaison de ce LineSegment.
- isStroked
- Boolean
true
pour rayer ce LineSegment ; sinon, false
.