DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / CircleWithPerpendicularBiSector Property

In This Topic
    CircleWithPerpendicularBiSector Property
    In This Topic
    Draw a circle using Perpendicular Bisector from the first three user defined Points. For this to work you need to select the DicomObjects.Enums.LabelType.Ellipse and set at least three Points Default is false, which means the label will use Area property instead of user defined points
    Syntax
    'Declaration
     
    
    Public Property CircleWithPerpendicularBiSector As System.Boolean
    public System.bool CircleWithPerpendicularBiSector {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also