CGPathElement Structure
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.
Élément individuel sur un CGPath.
public struct CGPathElement
type CGPathElement = struct
- Héritage
-
CGPathElement
Remarques
Selon la valeur de Type, vous utiliserez les valeurs dans Point1, Point2 et Point3.
CGPathElementType | Description |
---|---|
CloseSubpath | Fin d’un sous-chemin. |
MoveToPoint, AddLineToPoint | Utilisez la valeur Point1. |
AddQuadCurveToPoint | Utilisez les valeurs Point1 et Point2. |
AddCurveToPoint | Utilisez les valeurs Point1, Point2 et Point3. |
Constructeurs
CGPathElement(Int32) |
Élément individuel sur un CGPath. |
Champs
Point1 |
Premier point. |
Point2 |
Deuxième point. |
Point3 |
Troisième point. |
Type |
Détermine le type d’élément path. |