Point Class

Definition

Line 10 of System.Screen/Primitive.cm

Constructors & Destructor

public nothrow Point()
public nothrow Point(int x_, int y_)

Member Functions

public static nothrow Point Default()
public nothrow bool IsDefault() const
public nothrow void Offset(int dx, int dy)
public nothrow String<char> ToString() const

Member Variables

public int x
public int y

Constructor& Destructor Details

Point Constructor

public nothrow Point()

Definition
Line 12 of System.Screen/Primitive.cm


Point Constructor

public nothrow Point(int x_, int y_)

Definition
Line 15 of System.Screen/Primitive.cm


Member Function Details

Default Static Member Function

public static nothrow Point Default()

Definition
Line 18 of System.Screen/Primitive.cm


IsDefault Member Function

public nothrow bool IsDefault()

Definition
Line 22 of System.Screen/Primitive.cm


Offset Member Function

public nothrow void Offset(int dx, int dy)

Definition
Line 26 of System.Screen/Primitive.cm


ToString Member Function

public nothrow String<char> ToString()

Definition
Line 31 of System.Screen/Primitive.cm