Class DrawObjectEventHandler
Class DrawObjectEventHandler
Namespace: Aspose.Cells.Rendering
Assembly: Aspose.Cells.dll (25.2.0)
Interface to get DrawObject and Bound when rendering.
public abstract class DrawObjectEventHandler
Inheritance
object ← DrawObjectEventHandler
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
DrawObjectEventHandler()
protected DrawObjectEventHandler()
Methods
Draw(DrawObject, float, float, float, float)
Implements this interface to get DrawObject and Bound when rendering.
public virtual void Draw(DrawObject drawObject, float x, float y, float width, float height)
Parameters
drawObject
DrawObject
DrawObject will be initialized and returned when rendering
x
float
Left of DrawObject
y
float
Top of DrawObject
width
float
Width of DrawObject
height
float
Height of DrawObject