RectF function
Creates a D2D1_RECT_F structure that contains the specified dimensions.
Syntax
D2D1_RECT_F RectF( FLOAT left = 0.f, FLOAT top = 0.f, FLOAT right = 0.f, FLOAT bottom = 0.f );
Parameters
- left
-
Type: FLOAT
The x-coordinate of the upper-left corner of the rectangle. The default value is 0.f.
- top
-
Type: FLOAT
The y-coordinate of the upper-left corner of the rectangle. The default value is 0.f.
- right
-
Type: FLOAT
The x-coordinate of the lower-right corner of the rectangle. The default value is 0.f.
- bottom
-
Type: FLOAT
The y-coordinate of the lower-right corner of the rectangle. The default value is 0.f.
Return value
Type: D2D1_RECT_F
A rectangle structure that contains the specified dimensions.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|