LEADTOOLS Annotations (Leadtools.Annotations assembly)

Precision Property (AnnProtractorObject)

Show in webframe





Gets or sets the precision value used for the length of this AnnProtractorObject.
Syntax
public virtual int Precision {get; set;}
'Declaration
 
Public Overridable Property Precision As Integer
'Usage
 
Dim instance As AnnProtractorObject
Dim value As Integer
 
instance.Precision = value
 
value = instance.Precision

            

            
public:
virtual property int Precision {
   int get();
   void set (    int value);
}

Property Value

The precision value used for the length of the protractor rulers.
Remarks
The precision value is the number of digits that should appear to the right of the floating point when showing this AnnProtractorObject length. For example, if the protractor ruler's length is 135.683 and the precision is 2, the value 135.68 will be displayed.
For more information, refer to Using Rulers in Annotation Objects.
Example
For an example, refer to AnnProtractorObject.
Requirements

Target Platforms

See Also

Reference

AnnProtractorObject Class
AnnProtractorObject Members

 

 


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