com.aspose.cells.DrawObjectEventHandler.html Maven / Gradle / Ivy
DrawObjectEventHandler
com.aspose.cells
Class DrawObjectEventHandler
java.lang.Object
com.aspose.cells.DrawObjectEventHandler
public abstract class DrawObjectEventHandler
- extends java.lang.Object
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) |
Implements this interface to get DrawObject and Bound when rendering. - Parameters:
drawObject
- DrawObject will be initialized and returned when renderingx
- Left of DrawObjecty
- Top of DrawObjectwidth
- Width of DrawObjectheight
- Height of DrawObject
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.