Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NStroke Class / MiterLimit Property


In This Topic
    MiterLimit Property (NStroke)
    In This Topic
    Gets or sets the upper limit on the ratio of the miter length to half of this stroke's width.
    Syntax
    'Declaration
     
    
    Public Property MiterLimit As System.Double
    'Usage
     
    
    Dim instance As NStroke
    Dim value As System.Double
     
    instance.MiterLimit = value
     
    value = instance.MiterLimit
    public System.double MiterLimit {get; set;}
    Remarks
    The miter length is the distance between the central line and the outer corner where two line segments meet. The miter limit is the maximum allowed ratio between the miter length and half the stroke's width. In general the miter length increases as the angle of the corner gets smaller. If the miter limit is exceeded - the join is beveled to keep it within the allowed limit. The miter limit is applied only if the LineJoin is set to "Miter". The value for the miter limit must be a positive number greater than or equal to 1. The default value is 10.0.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also