Partager via


CGPath Constructeurs

Définition

Surcharges

CGPath()

Crée un CGPath vide.

CGPath(CGPath)

Crée un nouveau CGPath à partir du fourni basePath.

CGPath(IntPtr)
CGPath(CGPath, CGAffineTransform)

Crée un nouveau CGPath à partir du chemin d’accès fourni reference en appliquant le fourni transform

CGPath()

Crée un CGPath vide.

public CGPath ();

S’applique à

CGPath(CGPath)

Crée un nouveau CGPath à partir du fourni basePath.

public CGPath (CoreGraphics.CGPath basePath);
new CoreGraphics.CGPath : CoreGraphics.CGPath -> CoreGraphics.CGPath

Paramètres

basePath
CGPath

S’applique à

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

S’applique à