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






    CircleWithPerpendicularBiSector Property
    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
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Boolean
     
    instance.CircleWithPerpendicularBiSector = value
     
    value = instance.CircleWithPerpendicularBiSector
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also