Condividi tramite


CGPath Costruttori

Definizione

Overload

CGPath()

Crea un CGPath vuoto.

CGPath(CGPath)

Crea un nuovo CGPath oggetto dall'oggetto specificato basePath.

CGPath(IntPtr)
CGPath(CGPath, CGAffineTransform)

Crea un nuovo CGPath dal percorso specificato reference applicando l'oggetto specificato transform

CGPath()

Crea un CGPath vuoto.

public CGPath ();

Si applica a

CGPath(CGPath)

Crea un nuovo CGPath oggetto dall'oggetto specificato basePath.

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

Parametri

basePath
CGPath

Si applica a

CGPath(IntPtr)

public CGPath (IntPtr handle);
new CoreGraphics.CGPath : nativeint -> CoreGraphics.CGPath

Parametri

handle
IntPtr

nativeint

Si applica a

CGPath(CGPath, CGAffineTransform)

Crea un nuovo CGPath dal percorso specificato reference applicando l'oggetto specificato transform

public CGPath (CoreGraphics.CGPath reference, CoreGraphics.CGAffineTransform transform);
new CoreGraphics.CGPath : CoreGraphics.CGPath * CoreGraphics.CGAffineTransform -> CoreGraphics.CGPath

Parametri

reference
CGPath
transform
CGAffineTransform

Si applica a