Size Class

Definition

Line 44 of System.Screen/Primitive.cm

Constructors & Destructor

public nothrow Size()
public nothrow Size(int w_, int h_)

Member Functions

public static nothrow Size Default()
public nothrow bool IsDefault() const
public nothrow String<char> ToString() const

Member Variables

public int h
public int w

Constructor& Destructor Details

Size Constructor

public nothrow Size()

Definition
Line 46 of System.Screen/Primitive.cm


Size Constructor

public nothrow Size(int w_, int h_)

Definition
Line 49 of System.Screen/Primitive.cm


Member Function Details

Default Static Member Function

public static nothrow Size Default()

Definition
Line 52 of System.Screen/Primitive.cm


IsDefault Member Function

public nothrow bool IsDefault()

Definition
Line 56 of System.Screen/Primitive.cm


ToString Member Function

public nothrow String<char> ToString()

Definition
Line 60 of System.Screen/Primitive.cm