DrawObjectEventHandler.Draw

DrawObjectEventHandler.Draw method

Implements this interface to get DrawObject and Bound when rendering.

public virtual void Draw(DrawObject drawObject, float x, float y, float width, float height)
ParameterTypeDescription
drawObjectDrawObjectDrawObject will be initialized and returned when rendering
xSingleLeft of DrawObject
ySingleTop of DrawObject
widthSingleWidth of DrawObject
heightSingleHeight of DrawObject

See Also