StdPictureClass.Render Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void Render(int hdc, int x, int y, int cx, int cy, int xSrc, int ySrc, int cxSrc, int cySrc, IntPtr prcWBounds) = stdole::Picture::Render;
[System.Runtime.InteropServices.DispId(6)]
public virtual 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
override this.Render : int * int * int * int * int * int * int * int * int * nativeint -> unit
Public Overridable 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
Implements
- Attributes