PaintEngine Class
Summary:
Module: aspose.gis.painting
Full Name: aspose.gis.painting.PaintEngine
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| rounded_height | double | r | |
| rounded_width | double | r |
Methods
| Name | Description |
|---|---|
| close() | |
| draw_characters(path) | |
| draw_ellipse(center, rx, ry) | |
| draw_image(stream, width, height, opacity) | |
| draw_polyline(polyline) | |
| draw_rectangle(rectangle) | |
| draw_shape(shape) | |
| draw_text(bottom_left, text) | |
| measure_text(text, font) | |
| measure_text_characters(text, font) | |
| start_new_layer(new_options) | |
| update_state(state) |
Method: measure_text(text, font)
measure_text(text, font)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | string | |
| font | System.Drawing.Font |
Returns
| Type | Description |
|---|---|
| Size |
Method: measure_text_characters(text, font)
measure_text_characters(text, font)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | string | |
| font | System.Drawing.Font |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<Aspose.Gis.Common.Size> |