You are here: Symbol Reference > Stimulsoft.Base.Drawing Namespace > Win32 Class > Win32 Structures > RECT Structure > RECT Methods > FromXYWH Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Win32.RECT.FromXYWH Method

Creates RECT structure.

Syntax
C++
C#
Visual Basic
public: RECT FromXYWH( int x, int y, int width, int height );
Parameters
Parameters 
Description 
The left field of the structure 
The top field of the structure. 
width 
The width field of the structure. 
height 
The height field of the structure. 
Returns

Created RECT structure.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.