C# Class TOAPI.Types.GRADIENT_RECT

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
LowerRight uint
UpperLeft uint

Public Methods

Method Description
GRADIENT_RECT ( uint upLeft, uint lowRight ) : System

Method Details

GRADIENT_RECT() public method

public GRADIENT_RECT ( uint upLeft, uint lowRight ) : System
upLeft uint
lowRight uint
return System

Property Details

LowerRight public property

public uint LowerRight
return uint

UpperLeft public property

public uint UpperLeft
return uint