C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.Foundation
Rect Structure
Rect Constructor
Rect Constructor (Point, Point)
Rect Constructor (Point, Size)
Rect Constructor (Double, Double, Double, Double)
Rect Constructor (Point, Size)
Initializes a Windows.Foundation.Rect structure based on an origin and size.
Namespace:
Windows.Foundation
Assembly:
CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
Rect
(
Point
location
,
Size
size
)
Parameters
location
Type:
Windows.Foundation
Point
The origin of the new Windows.Foundation.Rect.
size
Type:
Windows.Foundation
Size
The size of the new Windows.Foundation.Rect.
See Also
Reference
Rect Structure
Rect Overload
Windows.Foundation Namespace