ComponentOne FlexChart for WinForms
Image Constructor(Image,Int32,Int32)


C1.Win.Chart.Annotation Namespace > Image Class > Image Constructor : Image Constructor(Image,Int32,Int32)
Create an instance of Image.
Syntax
'Declaration
 
Public Function New( _
   ByVal sourceImage As Image, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
'Usage
 
Dim sourceImage As Image
Dim width As Integer
Dim height As Integer
 
Dim instance As New Image(sourceImage, width, height)
public Image( 
   Image sourceImage,
   int width,
   int height
)

Parameters

sourceImage
width
height
See Also

Reference

Image Class
Image Members
Overload List