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



Create3DLabel Method
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)

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