In This Topic
Limits a line to the section within a given rectangle
Syntax
'Declaration
Public Sub ClipTo( _
ByVal As System.Drawing.RectangleF _
)
'Usage
Dim instance As DicomLabel
Dim Rectangle As System.Drawing.RectangleF
instance.ClipTo(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
)
Parameters
- Rectangle
- The area to clip to
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also