LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

MiterLimit Property






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 float MiterLimit {get; set;}
 get_MiterLimit();
set_MiterLimit(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnPen Class
AnnPen Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.