'Declaration
Public Shared Function Create3DLabel( _ ByVal Area As System.Drawing.RectangleF, _ ByVal Plane As Plane3D _ ) As DicomLabel
'Usage
Dim Area As System.Drawing.RectangleF Dim Plane As Plane3D Dim value As DicomLabel value = DicomLabel.Create3DLabel(Area, Plane)
public static DicomLabel Create3DLabel( System.Drawing.RectangleF Area, Plane3D Plane )
public function Create3DLabel( Area: System.Drawing.RectangleF; Plane: Plane3D ): DicomLabel; static;
public static function Create3DLabel( Area : System.Drawing.RectangleF, Plane : Plane3D ) : DicomLabel;
public: static DicomLabel* Create3DLabel( System.Drawing.RectangleF Area, Plane3D Plane )
public: static DicomLabel^ Create3DLabel( System.Drawing.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