public class OdMeasure extends OdStyledObject
The Measure
| Constructor and Description |
|---|
OdMeasure(OdObject parent)
Initializes a new instance of the
OdMeasure class. |
| Modifier and Type | Method and Description |
|---|---|
PointF |
getPoint1()
Gets or sets the point1.
|
PointF |
getPoint2()
Gets or sets the point2.
|
PointF |
getPoint3()
Gets or sets the point3.
|
PointF |
getPoint4()
Gets or sets the point4.
|
void |
setPoint1(PointF value)
Gets or sets the point1.
|
void |
setPoint2(PointF value)
Gets or sets the point2.
|
void |
setPoint3(PointF value)
Gets or sets the point3.
|
void |
setPoint4(PointF value)
Gets or sets the point4.
|
getRectangle, getStyle, setRectangle, setStylegetAbsoluteCoordinates, setAbsoluteCoordinatespublic OdMeasure(OdObject parent)
Initializes a new instance of the OdMeasure class.
parent - The parent.public PointF getPoint1()
Gets or sets the point1.
public void setPoint1(PointF value)
Gets or sets the point1.
value - The point1.public PointF getPoint2()
Gets or sets the point2.
public void setPoint2(PointF value)
Gets or sets the point2.
value - The point2.public PointF getPoint3()
Gets or sets the point3.
public void setPoint3(PointF value)
Gets or sets the point3.
value - The point3.public PointF getPoint4()
Gets or sets the point4.
public void setPoint4(PointF value)
Gets or sets the point4.
value - The point4.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.