clsDIBSection.CreateDC MethodCreates an image (DIB section) with a specified size (in pixels) and assign it to an internal Device context so you can easily use Windows drawing function on itSyntax
Public Sub CreateDC (ByVal Width As Long, _
ByVal Height As Long, _ Optional ByVal bPP As eBppType = bpp_24, _ Optional ByRef cPal As clsPalette = Nothing) Parameters
Remarks
|