- rc
- A Rectangle object specifying the area to copy.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Overridable Function Clone( _ ByVal rc As Rectangle _ ) As RasterImage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual RasterImage Clone( Rectangle rc ) | |
| C++/CLI | |
|---|---|
public: virtual RasterImage^ Clone( Rectangle rc ) | |
Parameters
- rc
- A Rectangle object specifying the area to copy.
Return Value
The RasterImage this method creates.
Fore more information, refer to Clone method.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code