LEADTOOLS Annotations (Leadtools.Annotations assembly)

Closed Property

Show in webframe





Gets or sets a value indicating whether this is a closed AnnPolygonObject.
Syntax
public virtual bool Closed {get; set;}
'Declaration
 
Public Overridable Property Closed As Boolean
'Usage
 
Dim instance As AnnPolygonObject
Dim value As Boolean
 
instance.Closed = value
 
value = instance.Closed

            

            
public:
virtual property bool Closed {
   bool get();
   void set (    bool value);
}

Property Value

true if this is a closed AnnPolygonObject; false otherwise.
Remarks
If the value of this property is true, the polygon will draw an extra line from the last point in the AnnPolylineObject.Points collection back to the first point.
Example
For an example, refer to AnnPolygonObject.
Requirements

Target Platforms

See Also

Reference

AnnPolygonObject Class
AnnPolygonObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.