LEADTOOLS Annotations (Leadtools.Annotations assembly)

Radius Property

Show in webframe





Gets or sets the radius of this AnnPointObject.
Syntax
public virtual AnnLength Radius {get; set;}
'Declaration
 
Public Overridable Property Radius As AnnLength
'Usage
 
Dim instance As AnnPointObject
Dim value As AnnLength
 
instance.Radius = value
 
value = instance.Radius

            

            
public:
virtual property AnnLength Radius {
   AnnLength get();
   void set (    AnnLength value);
}

Property Value

The radius of this AnnPointObject.
Remarks

When you create a new AnnPointObject, a default picture will be set in this property.

If the value of ShowPicture is true, the AnnPointObject will draw this picture around CenterPoint.

If the value of ShowPictureis false, the AnnPointObject will use Radius to draw an ellipse around CenterPoint.

Example
For an example, refer to AnnPointObject.
Requirements

Target Platforms

See Also

Reference

AnnPointObject Class
AnnPointObject Members

 

 


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