Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gives information about the current move region.
Syntax
struct IDDCX_MOVEREGION {
UINT Size;
POINT SourcePoint;
RECT DestRect;
};
Members
Size
Total size of the structure.
SourcePoint
The ___location within the surface of the top left of the source rect. The source rect size is the same as the destination rect size.
DestRect
Defines the destination rect of the move.
Requirements
Requirement | Value |
---|---|
Header | iddcx.h |