C# Class ClipperLib.IntRect

Show file Open project: iNiKe/clipper Class Usage Examples

Public Properties

Property Type Description
bottom System.Int64
left System.Int64
right System.Int64
top System.Int64

Public Methods

Method Description
IntRect ( System.Int64 l, System.Int64 t, System.Int64 r, System.Int64 b ) : System

Method Details

IntRect() public method

public IntRect ( System.Int64 l, System.Int64 t, System.Int64 r, System.Int64 b ) : System
l System.Int64
t System.Int64
r System.Int64
b System.Int64
return System

Property Details

bottom public property

public Int64,System bottom
return System.Int64

left public property

public Int64,System left
return System.Int64

right public property

public Int64,System right
return System.Int64

top public property

public Int64,System top
return System.Int64