public interface IDrawing
| Modifier and Type | Method and Description | 
|---|---|
| int | getId() | 
| IImageSource | getImageSource() | 
| IDrawingPoint | getPointFrom() | 
| IDrawingPoint | getPointTo() | 
| double | getRenderedHeight() | 
| double | getRenderedWidth() | 
| DrawingType | getType() | 
| byte[] | toBitmapImage() | 
int getId()
IDrawingPoint getPointFrom()
IDrawingPoint getPointTo()
double getRenderedWidth()
double getRenderedHeight()
byte[] toBitmapImage()
DrawingType getType()
DrawingType of the current contentIImageSource getImageSource()
IImageSource of the current contentCopyright © 2025. All rights reserved.