'Declaration Public Overloads Sub Crop( _
ByVal rectThe rectangle to crop.As System.Drawing.RectangleF _
)
public void Crop(
System.Drawing.RectangleF rect
)
public: void Crop(
System.Drawing.RectangleF* rect
)
public:
void Crop(
System.Drawing.RectangleF^ rect
)
Parameters
- rect
- The rectangle to crop.