Skip to main content
A newer version of this page is available.

CustomDrawObjectEventArgs(ObjectInfoArgs, Rectangle, DefaultDrawDelegate) Constructor

Initializes a new instance of the CustomDrawObjectEventArgs class with specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public CustomDrawObjectEventArgs(
    ObjectInfoArgs objectInfo,
    Rectangle bounds,
    DefaultDrawDelegate defaultDrawDelegate
)

Parameters

Name Type Description
objectInfo DevExpress.Utils.Drawing.ObjectInfoArgs

A DevExpress.Utils.Drawing.ObjectInfoArgs value that provides information on the object.

bounds Rectangle

A Rectangle value that specifies the object’s bounding rectangle.

defaultDrawDelegate DevExpress.XtraScheduler.DefaultDrawDelegate

A delegate method used to perform default object drawing.

See Also