DrawObject Class
Contents
[
Hide
]DrawObject class
DrawObject will be initialized and returned when rendering.
type DrawObject struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetCell | Indicates the Cell object when rendering.All properties of cell can be accessed. |
GetShape | Indicates the Shape object when rendering.All properties of shape can be accessed. |
GetImageBytes | Indicates image bytes of rendered Chart, Shape when rendering. |
GetType | Indicates the type of DrawObject. |
GetCurrentPage | Indicates the page index of DrawObject.Page index is based on zero.One Sheet contains several pages when rendering. |
GetTotalPages | Indicates total pages in current rendering. |
GetSheetIndex | Indicates current sheet index of DrawObject. |