Share via


CGPoint Constructors

Definition

Overloads

CGPoint(CGPoint)

public CGPoint(CoreGraphics.CGPoint point);
new CoreGraphics.CGPoint : CoreGraphics.CGPoint -> CoreGraphics.CGPoint

Parameters

point
CGPoint

Applies to

CGPoint(Double, Double)

public CGPoint(double x, double y);
new CoreGraphics.CGPoint : double * double -> CoreGraphics.CGPoint

Parameters

x
Double
y
Double

Applies to

CGPoint(NFloat, NFloat)

public CGPoint(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
new CoreGraphics.CGPoint : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> CoreGraphics.CGPoint

Parameters

x
NFloat
y
NFloat

Applies to

CGPoint(Single, Single)

public CGPoint(float x, float y);
new CoreGraphics.CGPoint : single * single -> CoreGraphics.CGPoint

Parameters

x
Single
y
Single

Applies to