Progress® Telerik® Reporting R3 2020
SizeU Operators and Type Conversions
The SizeU type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds the width and height of one SizeU structure to the
width and height of another SizeU structure.
|
![]() ![]() | Division |
Devides a SizeU by a
specified value.
|
![]() ![]() | Equality |
Tests whether two SizeU structures are equal.
|
![]() ![]() | (SizeU to SizeF) | |
![]() ![]() | (SizeU to Size) |
Converts the specified SizeU to a
Size in device-dependent pixels.
|
![]() ![]() | Inequality |
Tests whether two SizeU structures are different.
|
![]() ![]() | Multiply |
Multiplies a SizeU by a
specified value.
|
![]() ![]() | Subtraction |
Subtracts the width and height of one SizeU structure from
the width and height of another SizeU structure.
|