Compartilhar via


CGPath Construtores

Definição

Sobrecargas

CGPath()

Cria um CGPath vazio.

CGPath(CGPath)

Cria um novo CGPath do fornecido basePath.

CGPath(IntPtr)
CGPath(CGPath, CGAffineTransform)

Cria um novo CGPath do caminho fornecido reference aplicando o fornecido transform

CGPath()

Cria um CGPath vazio.

public CGPath ();

Aplica-se a

CGPath(CGPath)

Cria um novo CGPath do fornecido basePath.

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

Parâmetros

basePath
CGPath

Aplica-se a

CGPath(IntPtr)

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

Parâmetros

handle
IntPtr

nativeint

Aplica-se a

CGPath(CGPath, CGAffineTransform)

Cria um novo CGPath do caminho fornecido reference aplicando o fornecido transform

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

Parâmetros

reference
CGPath
transform
CGAffineTransform

Aplica-se a