|
oevislib_net
0.14.3.0
|
|
inline |
Convert the shape region into a Region object.
| inFrame | Input frame. If Null, the frame dimension is automatically assigned to be the smallest possible size that contains every point. |
| inShapeRegionAlignment | Coordinate system of the provided shape region. |
|
inlinestatic |
De-serialize a ShapeRegion buffer.
| inBuffer | Buffer containing the object. |
|
inline |
Returns the Circle2D contained in the ShapeRegion object.
|
inline |
Returns the Ellipse2D contained in the ShapeRegion object.
|
inline |
Returns the Path contained in the ShapeRegion object.
|
inline |
Returns the Rectangle2D contained in the ShapeRegion object.
|
inline |
Returns the Region contained in the ShapeRegion object.
|
inline |
Returns the Ring2D contained in the ShapeRegion object.
|
inline |
Returns the ShapeRegion tag.
|
inline |
Returns true if the ShapeRegion contains at least one point, false otherwise.
|
inline |
Serializes the ShapeRegion object.
|
inline |
Sets the Circle2D of the ShapeRegion object.
| inCircle | Input circle. |
|
inline |
Sets the Ellipse2D of the ShapeRegion object.
| inEllipse | Input ellipse. |
|
inline |
Sets the Path of the ShapeRegion object.
| inPolygon | Input path. |
|
inline |
Sets the Rectangle2D of the ShapeRegion object.
| inRectangle | Input rectangle. |
|
inline |
Sets the Region of the ShapeRegion object.
| inRegion | Input region. |
|
inline |
Sets the Ring2D of the ShapeRegion object.
| inRing | Input ring. |
|
inline |
Sets the tag of the ShapeRegion object.
| inTag | Input tag. |
|
inline |
Creates a new empty ShapeRegion tagged as 'Region'.
|
inline |
Constructs a new ShapeRegion object given a Circle2D.
| inCircle | Circle. |
|
inline |
Constructs a new ShapeRegion object given an Ellipse2D.
| inEllipse | Ellipse. |
|
inline |
|
inline |
Creates a new ShapeRegion using the provided rectangle.
| inRectangle | Input rectangle. |
|
inline |
Creates a new ShapeRegion using the provided Region.
| inRegion | Input region. |
|
inline |
Constructs a new ShapeRegion object given a Ring2D.
| inRing | Ring. |
|
inline |
Creates a new ShapeRegion object using the provided tag.
| inTag | Tag identifying the encapsulated object. |