CGPath 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.
Surcharges
CGPath() |
Crée un CGPath vide. |
CGPath(CGPath) |
Crée un nouveau CGPath à partir du fourni |
CGPath(IntPtr) | |
CGPath(CGPath, CGAffineTransform) |
Crée un nouveau CGPath à partir du chemin d’accès fourni |
CGPath()
CGPath(CGPath)
CGPath(IntPtr)
public CGPath (IntPtr handle);
new CoreGraphics.CGPath : nativeint -> CoreGraphics.CGPath
Paramètres
- handle
-
IntPtr
nativeint
S’applique à
CGPath(CGPath, CGAffineTransform)
Crée un nouveau CGPath à partir du chemin d’accès fourni reference
en appliquant le fourni transform
public CGPath (CoreGraphics.CGPath reference, CoreGraphics.CGAffineTransform transform);
new CoreGraphics.CGPath : CoreGraphics.CGPath * CoreGraphics.CGAffineTransform -> CoreGraphics.CGPath
Paramètres
- reference
- CGPath
- transform
- CGAffineTransform