Basic Library for WinRT
NativeMethods.RECT Constructor

Syntax
'Declaration
 
Public Function New( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal right As System.Integer, _
   ByVal bottom As System.Integer _
)
public NativeMethods.RECT( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
)

Parameters

left
top
right
bottom
See Also

Reference

NativeMethods.RECT Structure
NativeMethods.RECT Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback