Replaces the current image with the image from clipboard.
void Paste(
AspectRatio
)
'Declaration
Sub Paste( _
Optional ByVal As AspectRatio _
)
'Usage
Dim instance As IPicture
Dim aspect As AspectRatio
instance.Paste(aspect)
Parameters
- aspect
- Specifies how to resize the new image. Default value is GrapeCity.Drawing.AspectRatio.ActualSize.