PocketPlanner Programmer's Guide

CustomDrawArgs.Bounds Property

See Also

Gets the bounding rectangle of the element being drawn.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Rectangle Bounds { get; }

Visual Basic

Public ReadOnly Property Bounds As Rectangle

 Property Value

A .NET Rectangle object specifying the element's bounds.

 See Also