'Declaration
Public Overloads Overridable Function CreateImageDrawing( _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal displayFormat As CopyPictureFormat, _ ByVal compatible As Boolean, _ ByVal shape As IShape _ ) As ImageDrawing
'Usage
Dim instance As Factory Dim width As Integer Dim height As Integer Dim displayFormat As CopyPictureFormat Dim compatible As Boolean Dim shape As IShape Dim value As ImageDrawing value = instance.CreateImageDrawing(width, height, displayFormat, compatible, shape)
public virtual ImageDrawing CreateImageDrawing( int width, int height, CopyPictureFormat displayFormat, bool compatible, IShape shape )
Parameters
- width
- The image width.
- height
- The image height.
- displayFormat
- The picture format.
- compatible
true
if the image is compatible with the screen; otherwise,false
.- shape
- The GrapeCity.Spreadsheet.Drawing.IShape that GrapeCity.Drawing.ImageDrawing belong to.
Return Value
The GrapeCity.Drawing.ImageDrawing object which can be used to draw an image.