PointLabelPlacement Class
Contents
[
Hide
]Summary: Points label placement places labels near geometries centers.
Module: aspose.gis.rendering.labelings
Full Name: aspose.gis.rendering.labelings.PointLabelPlacement
Inheritance: LabelPlacement
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| PointLabelPlacement() | Creates new instance. |
| PointLabelPlacement(other) | Creates new instance. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| horizontal_anchor_point | HorizontalAnchor | r/w | Specifies which side of a label will be aligned horizontally with the point location. |
| horizontal_offset | Measurement | r/w | Specifies horizontal offset from a point location to the labels anchor point. |
| rotation | double | r/w | Specifies rotation of label in degrees. |
| vertical_anchor_point | VerticalAnchor | r/w | Specifies which side of a label will be aligned vertically with the point location. |
| vertical_offset | Measurement | r/w | Specifies vertical offset from a point location to the labels anchor point. |
Methods
| Name | Description |
|---|---|
| clone() | Clones this instance. |
Constructor: PointLabelPlacement()
PointLabelPlacement()
Creates new instance.
Constructor: PointLabelPlacement(other)
PointLabelPlacement(other)
Creates new instance.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | PointLabelPlacement | The other PointLabelPlacement to copy data from. |
Method: clone()
clone()
Clones this instance.
Returns
| Type | Description |
|---|---|
| LabelPlacement | A clone of this instance. |