LEADTOOLS Annotations (Leadtools.Annotations assembly)

MiterLimit Property

Show in webframe





Gets or sets the limit of the thickness of the join on a mitered corner.
Syntax
public virtual float MiterLimit {get; set;}
'Declaration
 
Public Overridable Property MiterLimit As Single
'Usage
 
Dim instance As AnnPen
Dim value As Single
 
instance.MiterLimit = value
 
value = instance.MiterLimit

            

            
public:
virtual property float MiterLimit {
   float get();
   void set (    float value);
}

Property Value

The limit of the thickness of the join on a mitered corner. This value uses the same unit of measure as the one used as the Unit value for the Width property.
Example
For an example, refer to AnnPen.
Requirements

Target Platforms

See Also

Reference

AnnPen Class
AnnPen Members

 

 


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