Gets the rectangle bounding the item contents.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public Rectangle getBounds () |
A Rectangle object.
RemarksThe item is painted inside these bounds, so the custom editor should be displayed in them or near them.
See Also