Modifier and Type | Method and Description |
---|---|
DwfWhipLogicalPoint |
DwfWhipLogicalBox.getMax()
Gets maximal point of box
|
DwfWhipLogicalPoint |
DwfWhipLogicalBox.getMin()
Gets minimal point of box
|
DwfWhipLogicalPoint |
DwfWhipTransform.getTranslate()
Gets or sets translate
|
Modifier and Type | Method and Description |
---|---|
void |
DwfWhipTransform.setTranslate(DwfWhipLogicalPoint value)
Gets or sets translate
|
Constructor and Description |
---|
DwfWhipLogicalBox(DwfWhipLogicalPoint min,
DwfWhipLogicalPoint max)
Initializes a new instance of the
DwfWhipLogicalBox class |
DwfWhipTransform(DwfWhipLogicalPoint translate,
double xScale,
double yScale,
long rotation)
Initializes a new instance of the
DwfWhipTransform class |
DwfWhipViewPort(DwfWhipLogicalPoint[] points)
Initializes a new instance of the
DwfWhipViewPort class |
Modifier and Type | Method and Description |
---|---|
DwfWhipLogicalPoint |
DwfWhipImageBase.getMaxCorner()
Gets maximal corner of image (bottom, right)
|
DwfWhipLogicalPoint |
DwfWhipImageBase.getMinCorner()
Gets minimal corner of image (top, left)
|
DwfWhipLogicalPoint |
DwfWhipEllipse.getPosition()
Gets or sets Center point of ellipse.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DwfWhipLogicalPoint> |
DwfWhipPointSet.getPoints()
Gets points
|
Constructor and Description |
---|
DwfWhipContourSet(DwfWhipLogicalPoint[] points)
Initializes a new instance of the
DwfWhipContourSet class |
Modifier and Type | Method and Description |
---|---|
DwfWhipLogicalPoint |
DwfWhipText.getPosition()
Gets Position
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DwfWhipLogicalPoint> |
DwfWhipTextOptionBounds.getPoints()
Gets bounds
|
Modifier and Type | Method and Description |
---|---|
void |
DwfWhipText.setPosition(DwfWhipLogicalPoint value)
Gets Position
|