SizeF Class
Definition
Line
352
of
System.Windows/Graphics.cm
Constructors & Destructor
public
nothrow
SizeF
()
public
nothrow
SizeF
(
float
w_,
float
h_)
Member Functions
public
nothrow
String
<
char
>
ToString
()
const
Member Variables
public
float
h
public
float
w
Constructor& Destructor Details
SizeF Constructor
public
nothrow
SizeF()
Definition
Line
354
of
System.Windows/Graphics.cm
SizeF Constructor
public
nothrow
SizeF(
float
w_,
float
h_)
Definition
Line
357
of
System.Windows/Graphics.cm
Member Function Details
ToString Member Function
public
nothrow
String
<
char
> ToString()
Definition
Line
360
of
System.Windows/Graphics.cm