CVRExtendedDisplay.GetWindowBounds(Int32, Int32, UInt32, UInt32) 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 GetWindowBounds(int % pnX, int % pnY, System::UInt32 % pnWidth, System::UInt32 % pnHeight);
public void GetWindowBounds (ref int pnX, ref int pnY, ref uint pnWidth, ref uint pnHeight);
member this.GetWindowBounds : int * int * uint32 * uint32 -> unit
Public Sub GetWindowBounds (ByRef pnX As Integer, ByRef pnY As Integer, ByRef pnWidth As UInteger, ByRef pnHeight As UInteger)
Parameters
- pnX
- Int32
- pnY
- Int32
- pnWidth
- UInt32
- pnHeight
- UInt32