Table of Contents

Struct CGPoint

Namespace
CarinaStudio.MacOS.CoreGraphics
Assembly
CarinaStudio.AppBase.MacOS.dll

CGPoint.

public struct CGPoint
Inherited Members
Extension Methods

Constructors

CGPoint(double, double)

Initialize CGPoint structure.

public CGPoint(double x, double y)

Parameters

x double

X.

y double

Y.

Fields

X

X.

public double X

Field Value

double

Y

Y.

public double Y

Field Value

double

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.