IPicture.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:
void Render(int hdc, int x, int y, int cx, int cy, int xSrc, int ySrc, int cxSrc, int cySrc, IntPtr prcWBounds);
public void Render (int hdc, int x, int y, int cx, int cy, int xSrc, int ySrc, int cxSrc, int cySrc, IntPtr prcWBounds);
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