Limits a line to the section within a given rectangle
public void ClipTo(
System.Drawing.RectangleF
)
public procedure ClipTo(
: System.Drawing.RectangleF
);
public function ClipTo(
: System.Drawing.RectangleF
);
public: void ClipTo(
System.Drawing.RectangleF
)
public:
void ClipTo(
System.Drawing.RectangleF
)
'Declaration
Public Sub ClipTo( _
ByVal As System.Drawing.RectangleF _
)
'Usage
Dim instance As DicomLabel
Dim Rectangle As System.Drawing.RectangleF
instance.ClipTo(Rectangle)
Parameters
- Rectangle
- The area to clip to
Target Platforms: .NET CLR 4.8 or higher