SpreadsheetGear 2023
Image Constructor(IShape)


SpreadsheetGear.Drawing Namespace > Image Class > Image Constructor : Image Constructor(IShape)
Specifies the shape which will be drawn.
Initializes a new instance of the Image class which will be used to draw the specified shape.
Syntax
'Declaration
 
Public Function New( _
   ByVal shape As IShape _
)
'Usage
 
Dim shape As IShape
 
Dim instance As New Image(shape)
public Image( 
   IShape shape
)

Parameters

shape
Specifies the shape which will be drawn.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Image Class
Image Members
Overload List