CGPoint Constructors

Definition

Overloads

CGPoint(CGPoint)
CGPoint(Double, Double)
CGPoint(nfloat, nfloat)
CGPoint(Single, Single)

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 (nfloat x, nfloat y);
new CoreGraphics.CGPoint : nfloat * 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