LabelsPlacer Class
Summary:
Module: aspose.gis.labeling
Full Name: aspose.gis.labeling.LabelsPlacer
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| LabelsPlacer(bounding_rectangle) | Initializes a new instance of the LabelsPlacer class |
| LabelsPlacer(x_min, y_min, x_max, y_max) | Initializes a new instance of the LabelsPlacer class |
Methods
| Name | Description |
|---|---|
| add_label_to_place(label) | |
| add_label_to_place(text, style, positions) | |
| place_labels() |
Constructor: LabelsPlacer(bounding_rectangle)
LabelsPlacer(bounding_rectangle)
Initializes a new instance of the LabelsPlacer class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| bounding_rectangle | BoundingRectangle |
Constructor: LabelsPlacer(x_min, y_min, x_max, y_max)
LabelsPlacer(x_min, y_min, x_max, y_max)
Initializes a new instance of the LabelsPlacer class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| x_min | double | |
| y_min | double | |
| x_max | double | |
| y_max | double |
Method: place_labels()
place_labels()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable |