Compartilhar via


NSAffineTransform Construtores

Definição

Sobrecargas

NSAffineTransform()
NSAffineTransform(NSAffineTransform)
NSAffineTransform(NSCoder)
NSAffineTransform(NSObjectFlag)
NSAffineTransform(IntPtr)

NSAffineTransform()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSAffineTransform ();
Atributos

Aplica-se a

NSAffineTransform(NSAffineTransform)

[Foundation.Export("initWithTransform:")]
public NSAffineTransform (Foundation.NSAffineTransform transform);
new Foundation.NSAffineTransform : Foundation.NSAffineTransform -> Foundation.NSAffineTransform

Parâmetros

transform
NSAffineTransform
Atributos

Aplica-se a

NSAffineTransform(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSAffineTransform (Foundation.NSCoder coder);
new Foundation.NSAffineTransform : Foundation.NSCoder -> Foundation.NSAffineTransform

Parâmetros

coder
NSCoder
Atributos

Aplica-se a

NSAffineTransform(NSObjectFlag)

protected NSAffineTransform (Foundation.NSObjectFlag t);
new Foundation.NSAffineTransform : Foundation.NSObjectFlag -> Foundation.NSAffineTransform

Parâmetros

Aplica-se a

NSAffineTransform(IntPtr)

protected internal NSAffineTransform (IntPtr handle);
new Foundation.NSAffineTransform : nativeint -> Foundation.NSAffineTransform

Parâmetros

handle
IntPtr

nativeint

Aplica-se a