Property | Type | Description | |
---|---|---|---|
Empty |
Method | Description | |
---|---|---|
Contains ( |
Checks if the given
|
|
Contains ( |
Checks if given
|
|
Draw ( |
Draws the
|
|
Quadrilateral ( |
Initilizes
|
Method | Description | |
---|---|---|
Quadrilateral ( ) : System |
Creates empty
|
Method | Description | |
---|---|---|
DoesIntersects ( |
Checks if the line coming out of the
|
public Contains ( |
||
point |
/// |
|
return | bool |
public static Contains ( |
||
point |
/// |
|
cornerPoints |
/// Array of |
|
return | bool |
public Draw ( |
||
graphics |
/// |
|
pen |
/// |
|
brush |
/// |
|
return | void |
public Quadrilateral ( |
||
point1 |
/// First |
|
point2 |
/// Second |
|
point3 |
/// Third |
|
point4 |
/// Fourth |
|
toClose | bool | /// Indicator should the quadrilateral be closed by the line. /// |
return | System |