Gets the bounding rectangle of a particular calendar element.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Rectangle GetElementBounds ( |
Visual Basic Copy Code |
---|
Public Function GetElementBounds ( _ |
The type of the element whose bounds to retrieve.
The index of the element, if there is more than one element of the specified type.
The bounding rectangle of the specified element or Rectangle.Empty if the element is either not present in the current view or not visible in the current viewport.