Freigeben über


StdPictureClass.IPicture_Render Method

Definition

public:
 virtual void IPicture_Render(int hdc, int x, int y, int cx, int cy, int xSrc, int ySrc, int cxSrc, int cySrc, IntPtr prcWBounds) = stdole::IPicture::Render;
public virtual void IPicture_Render (int hdc, int x, int y, int cx, int cy, int xSrc, int ySrc, int cxSrc, int cySrc, IntPtr prcWBounds);
abstract member IPicture_Render : int * int * int * int * int * int * int * int * int * nativeint -> unit
override this.IPicture_Render : int * int * int * int * int * int * int * int * int * nativeint -> unit
Public Overridable Sub IPicture_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

Applies to