com.aspose.cells
Class DrawObjectEventHandler

java.lang.Object
    extended by com.aspose.cells.DrawObjectEventHandler

public abstract class DrawObjectEventHandler 
extends java.lang.Object

Interface to get DrawObject and Bound when rendering.

Method Summary
voiddraw(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 initalized and returned when rendering
x - Left of DrawObject
y - Top of DrawObject
width - Width of DrawObject
height - Height of DrawObject

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.