Search
ItemEditContext.getBounds Method
See Also
 






Gets the rectangle bounding the item contents.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Rectangle getBounds ()

 Return Value

A Rectangle object.

 Remarks

The item is painted inside these bounds, so the custom editor should be displayed in them or near them.

 See Also