ActiveReports 12
GetDrawImageCopy Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IImage Interface : GetDrawImageCopy Method
area width
area height
Returns a copy of image data as System.Drawing.Image
Syntax
'Declaration
 
Function GetDrawImageCopy( _
   ByVal width As Single, _
   ByVal height As Single _
) As Image
Image GetDrawImageCopy( 
   float width,
   float height
)

Parameters

width
area width
height
area height
See Also

Reference

IImage Interface
IImage Members