You are here:
Symbol Reference >
Stimulsoft.Base.Drawing Namespace
>
RectangleM Structure
>
RectangleM Constructor
>
RectangleM Constructor (PointM, SizeM)
Stimulsoft Reports Class Reference
RectangleM.RectangleM Constructor (PointM, SizeM)
Send Feedback
Initializes a new instance of the RectangleM class with the specified location and size.
Syntax
C++
C#
Visual Basic
public
:
RectangleM
(
PointM
location
,
SizeM
size
);
public
RectangleM
(
PointM
location
,
SizeM
size
);
Public
Sub
New
(
location
As
PointM
,
size
As
SizeM
)
Parameters
Parameters
Description
location
A
PointM
that represents the upper-left corner of the rectangular region.
size
A
SizeM
that represents the width and height of the rectangular region.
Made with
Doc-O-Matic
.
What do you think about this topic?
Send feedback!
Copyright (c) 2017. All rights reserved.