How can we improve?
'Declaration Public Function New( _ ByVal width As Integer, _ ByVal height As Integer _ )
'Declaration
Public Function New( _ ByVal width As Integer, _ ByVal height As Integer _ )
'Usage Dim width As Integer Dim height As Integer Dim instance As New Image(width, height)
'Usage
Dim width As Integer Dim height As Integer Dim instance As New Image(width, height)
public Image( int width, int height )
public: Image( int width, int height )
Image Class Image Members Overload List