iframe >
Xamarin.Android Documentation
C1Size Constructor
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
C1.Android.Core Assembly
>
C1.Android.Core Namespace
>
C1Size Structure
: C1Size Constructor
The initial width of the instance of
C1Size
.
The initial height of the instance of
C1Size
.
Initializes a new instance of the
C1Size
structure and assigns it an initial width and height.
Syntax
C#
public
C1Size(
double
width
,
double
height
)
Parameters
width
The initial width of the instance of
C1Size
.
height
The initial height of the instance of
C1Size
.
See Also
Reference
C1Size Structure
C1Size Members
Send Feedback