Picture.Render Method

Definition

public:
 void Render(int hdc, int x, int y, int cx, int cy, int xSrc, int ySrc, int cxSrc, int cySrc, IntPtr prcWBounds);
[System.Runtime.InteropServices.DispId(6)]
public void Render (int hdc, int x, int y, int cx, int cy, int xSrc, int ySrc, int cxSrc, int cySrc, IntPtr prcWBounds);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member Render : int * int * int * int * int * int * int * int * int * nativeint -> unit
Public Sub Render (hdc As Integer, x As Integer, y As Integer, cx As Integer, cy As Integer, xSrc As Integer, ySrc As Integer, cxSrc As Integer, cySrc As Integer, prcWBounds As IntPtr)

Parameters

hdc
Int32
x
Int32
y
Int32
cx
Int32
cy
Int32
xSrc
Int32
ySrc
Int32
cxSrc
Int32
cySrc
Int32
prcWBounds
IntPtr

nativeint

Attributes

Applies to