ImageParameters Constructor
In This Topic
Initializes a new instance of the
ImageParameters struct.
Syntax
'Declaration
Public Function New( _
ByVal As PixelFormat, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Integer, _
ByVal As Integer _
)
public ImageParameters(
PixelFormat ,
float ,
float ,
float ,
float ,
int ,
int
)
Parameters
- pixelFormat
- The pixel format.
- dpiX
- The dpi X.
- dpiY
- The dpi Y.
- top
- The top.
- left
- The left.
- pixelWidth
- Width in pixel.
- pixelHeight
- Height in pixel.
See Also