Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
CAbstractPreview::DrawPreview Method
Syntax
C++
virtual void DrawPreview(HDC DC, int x, int y, int width, int height) = 0;

Draws the preview for this Abstract Preview object..

Parameters
Description
DC
[in] Handle of the device context.
x
[in] Horizontal position of the upper-left corner.
y
[in] Vertical position of the upper-left corner.
width
[in] Width in pixels.
height
[in] Height in pixels.

x and y increase left to right, top to bottom.

Copyright © 2002-2022. Open Design Alliance All rights reserved.