In This Topic
Apply clip planes to the display volume
Syntax
'Declaration
Public Sub Clip( _
ByVal As DicomLabel, _
ByVal As System.Drawing.Size _
)
'Usage
Dim instance As DicomImage3D
Dim Label As DicomLabel
Dim DisplayArea As System.Drawing.Size
instance.Clip(Label, DisplayArea)
public void Clip(
DicomLabel ,
System.Drawing.Size
)
public procedure Clip(
: DicomLabel;
: System.Drawing.Size
);
public function Clip(
: DicomLabel,
: System.Drawing.Size
);
public: void Clip(
DicomLabel* ,
System.Drawing.Size
)
public:
void Clip(
DicomLabel^ ,
System.Drawing.Size
)
Parameters
- Label
- The label containing a rectangle or line used to define the cut planes
- DisplayArea
- The size of the area in which the image is displayed
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also