Table of Contents

Struct NSPoint

Namespace
CarinaStudio.MacOS.AppKit
Assembly
CarinaStudio.AppBase.MacOS.dll

NSPoint.

public struct NSPoint
Inherited Members
Extension Methods

Constructors

NSPoint(double, double)

Initialize NSPoint structure.

public NSPoint(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.