LabelsPlacer Class

Summary:

Module: aspose.gis.labeling

Full Name: aspose.gis.labeling.LabelsPlacer

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
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

NameDescription
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:

ParameterTypeDescription
bounding_rectangleBoundingRectangle

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:

ParameterTypeDescription
x_mindouble
y_mindouble
x_maxdouble
y_maxdouble

Method: place_labels()

 place_labels() 

Returns

TypeDescription
System.Collections.Generic.IEnumerable