clsGpGraphics.CreateFromHwnd FunctionCreates a Graphics object that is associated with a specified window.Syntax
Public Function CreateFromHwnd (ByVal hWnd As Long, _
Optional ByVal u As GpUnit = UnitPixel, _ Optional ByVal o As GpPixelOffsetMode = PixelOffsetModeDefault, _ Optional ByVal s As GpSmoothingMode = SmoothingModeDefault) As GpStatus Parameters
Remarks
|