public interface ILocationSupport
IDesignElement
object.Modifier and Type | Method and Description |
---|---|
Dimension |
getDimension()
Gets the current dimension of a
IDesignElement . |
Point |
getPoint()
Gets the current location of a
IDesignElement . |
void |
setDimension(Dimension dimension)
Sets the location using a
Point structure. |
void |
setPoint(Point point)
Sets the location using a
Point structure. |
void setPoint(Point point)
Point
structure.point
- The point structure.Point getPoint()
IDesignElement
.void setDimension(Dimension dimension)
Point
structure.dimension
- The point structure.Dimension getDimension()
IDesignElement
.Copyright © 2022 Visiativ. All rights reserved.