'Declaration Public Overloads Sub Crop( _
ByVal rectThe rectangle to crop.As System.Drawing.RectangleF, _
ByVal processFormTreeA value indicating whether the algorithm must remove all content, of subforms, which is located outside of the specified rectangle.As Boolean _
)
public void Crop(
System.Drawing.RectangleF rect,
bool processFormTree
)
public: void Crop(
System.Drawing.RectangleF* rect,
bool processFormTree
)
public:
void Crop(
System.Drawing.RectangleF^ rect,
bool processFormTree
)
Parameters
- rect
- The rectangle to crop.
- processFormTree
- A value indicating whether the algorithm must remove all content, of subforms, which is located outside of the specified rectangle.