C# Class CrossUI.TextSize

Show file Open project: pragmatrix/CrossUI

Public Properties

Property Type Description
Size CrossUI.Drawing.Size

Public Methods

Method Description
TextSize ( double width, double height ) : System
ToString ( ) : string

Method Details

TextSize() public method

public TextSize ( double width, double height ) : System
width double
height double
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Size public property

public Size,CrossUI.Drawing Size
return CrossUI.Drawing.Size