Size Class

Definition

Line 108 of System.Windows/Graphics.cm

Constructors & Destructor

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

Member Functions

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

Member Variables

public int h
public int w

Constructor& Destructor Details

Size Constructor

public nothrow Size()

Definition
Line 110 of System.Windows/Graphics.cm


Size Constructor

public nothrow Size(int w_, int h_)

Definition
Line 113 of System.Windows/Graphics.cm


Member Function Details

Default Static Member Function

public static nothrow Size Default()

Definition
Line 118 of System.Windows/Graphics.cm


ToString Member Function

public nothrow String<char> ToString()

Definition
Line 122 of System.Windows/Graphics.cm