C# Class Monobjc.Types.TSRect

Exibir arquivo Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
origin TSPoint
size TSSize

Public Methods

Method Description
TSRect ( TSPoint origin, TSSize size ) : System
TSRect ( float x, float y, float width, float height ) : System

Method Details

TSRect() public method

public TSRect ( TSPoint origin, TSSize size ) : System
origin TSPoint
size TSSize
return System

TSRect() public method

public TSRect ( float x, float y, float width, float height ) : System
x float
y float
width float
height float
return System

Property Details

origin public_oe property

public TSPoint,Monobjc.Types origin
return TSPoint

size public_oe property

public TSSize,Monobjc.Types size
return TSSize