PlanBasePlanRectangle Property |
Returns the rectangle defined by a plan
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public virtual Rectangle PlanRectangle { get; }
Property Value
Type:
RectangleRemarks 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