ImageDrawer
The ImageDrawer class is a utility class that provides functionality for drawing various shapes on images.
Definition
Namespace: Dynamsoft.Utility.Maui
Assembly: Dynamsoft.Utility.Maui
class ImageDrawer
Methods
| Method | Description |
|---|---|
DrawOnImage |
Add quadrilaterals on the image. |
DrawOnImage
Add quadrilaterals on the image.
ImageData? DrawOnImage(ImageData imageData, Quadrilateral[] quads, Color color, int thickness);
Parameters
[in] imageData: The ImageData to modify.
[in] quads: An array of Quadrilateral objects to be added on the image.
[in] color: An int value as an ARGB colour.
[in] thickness: The width of the border.
Return Value
The modified ImageData.