Click or drag to resize
PlanBasePlanRectangle Property
Returns the rectangle defined by a plan

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual Rectangle PlanRectangle { get; }

Property Value

Type: Rectangle
Remarks
Plans with 2 points define a rectanglular area that can be used for a variety of purposes. This property will return the plan defined by the plan's two points for such plans. It will return an empty regtangle if the plan does not have exactly 2 points.
See Also