org.pdfclown.util.math.geom.Quad Class Reference
Quadrilateral shape.
More...
List of all members.
Public Member Functions |
| bool | Contains (float x, float y) |
| bool | Contains (PointF point) |
| RectangleF | GetBounds () |
| GraphicsPathIterator | GetPathIterator () |
| | Quad (params PointF[] points) |
Static Public Member Functions |
| static Quad | Get (RectangleF rectangle) |
| static PointF[] | GetPoints (RectangleF rectangle) |
Properties |
| PointF[] | Points [get, set] |
Quadrilateral shape.
Constructor & Destructor Documentation
| org.pdfclown.util.math.geom.Quad.Quad |
( |
params PointF[] |
points |
) |
|
Member Function Documentation
| bool org.pdfclown.util.math.geom.Quad.Contains |
( |
float |
x, |
|
|
float |
y | |
|
) |
| | |
| bool org.pdfclown.util.math.geom.Quad.Contains |
( |
PointF |
point |
) |
|
| static Quad org.pdfclown.util.math.geom.Quad.Get |
( |
RectangleF |
rectangle |
) |
[static] |
| RectangleF org.pdfclown.util.math.geom.Quad.GetBounds |
( |
|
) |
|
| GraphicsPathIterator org.pdfclown.util.math.geom.Quad.GetPathIterator |
( |
|
) |
|
| static PointF [] org.pdfclown.util.math.geom.Quad.GetPoints |
( |
RectangleF |
rectangle |
) |
[static] |
Property Documentation
PointF [] org.pdfclown.util.math.geom.Quad.Points [get, set] |