GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPicture Interface / Paste Method
Specifies how to resize the new image. Default value is GrapeCity.Drawing.AspectRatio.ActualSize.


In This Topic
Paste Method (IPicture)
In This Topic
Replaces the current image with the image from clipboard.
Syntax
'Declaration
 
Sub Paste( _
   Optional ByVal aspect 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.
See Also