C# Class Praeclarum.Graphics.SizeF

ファイルを表示 Open project: praeclarum/Praeclarum Class Usage Examples

Public Properties

Property Type Description
Width float

Public Methods

Method Description
SizeF ( float width, float height ) : System
ToString ( ) : string

Method Details

SizeF() public method

public SizeF ( float width, float height ) : System
width float
height float
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Width public_oe property

public float Width
return float