User32CopyRect(NativeRectangle, NativeRectangle) Method
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public:
[DllImportAttribute(L"User32.dll")]
static bool CopyRect(
[OutAttribute] NativeRectangle% refDstRect,
[InAttribute] NativeRectangle% refSrcRect
)
No code example is currently available or this language may not be supported.
- refDstRect NativeRectangle
-
A pointer to the NativeRectangle structure that receives the logical coordinates of the source rectangle.
- refSrcRect NativeRectangle
-
A pointer to the NativeRectangle structure whose coordinates are to be copied in logical units.
Boolean
If the function succeeds, the return value is
.
If the function fails, the return value is
.