Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnPolyRulerObject Class : Precision Property |
public virtual int Precision {get; set;}
'Declaration
Public Overridable Property Precision As Integer
public virtual int Precision {get; set;}
@property (nonatomic) int precision;
public int getPrecision() public void setPrecision(int precision)
get_Precision();
set_Precision(value);
Object.defineProperty('Precision');
The precision value is the number of digits that should appear to the right of the decimal point when showing this AnnPolyRulerObject length. For example, if the ruler length is 135.683 and the precision is 2, the value 135.68 will show.