'DeclarationPublic Function New( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ )
'UsageDim x As Integer Dim y As Integer Dim width As Integer Dim height As Integer Dim instance As New PDFGray8RenderingSurface(x, y, width, height)
Parameters
- x
- y
- width
- Surface width.
- height
- Surface height.