DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / Create3DLabel Method
The area of the image from a previous label's Area property
The Plane of the image to display the label on



In This Topic
    Create3DLabel Method
    In This Topic
    Create 3D label
    Syntax
    'Declaration
     
    Public Shared Function Create3DLabel( _
       ByVal Area As RectangleF, _
       ByVal Plane As Plane3D _
    ) As DicomLabel
    'Usage
     
    Dim Area As RectangleF
    Dim Plane As Plane3D
    Dim value As DicomLabel
     
    value = DicomLabel.Create3DLabel(Area, Plane)
    public static DicomLabel Create3DLabel( 
       RectangleF Area,
       Plane3D Plane
    )
    public:
    static DicomLabel^ Create3DLabel( 
       RectangleF Area,
       Plane3D Plane
    ) 

    Parameters

    Area
    The area of the image from a previous label's Area property
    Plane
    The Plane of the image to display the label on

    Return Value

    a new DicomLabel of mode Image3D
    Remarks
    This is a specialised method for reconstructing previously created and saved labels
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also