'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