java.lang.Objectcom.aspose.cells.DrawObjectEventHandler
public abstract class DrawObjectEventHandler
Method Summary | ||
---|---|---|
void | draw(DrawObject drawObject, float x, float y, float width, float height) | |
Implements this interface to get DrawObject and Bound when rendering. |
Method Detail |
---|
draw | |
public void draw(DrawObject drawObject, float x, float y, float width, float height) |
drawObject
- DrawObject will be initalized and returned when renderingx
- Left of DrawObjecty
- Top of DrawObjectwidth
- Width of DrawObjectheight
- Height of DrawObject