SizeRequest.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Implicit(Size to SizeRequest) |
Implicitly converts a Size to a SizeRequest, using the size for both Request and Minimum. |
Implicit(SizeRequest to Size) |
Implicitly converts this SizeRequest to its RequestSize. |
Implicit(Size to SizeRequest)
- Source:
- SizeRequest.cs
- Source:
- SizeRequest.cs
- Source:
- SizeRequest.cs
Implicitly converts a Size to a SizeRequest, using the size for both Request and Minimum.
public:
static operator Microsoft::Maui::SizeRequest(Microsoft::Maui::Graphics::Size size);
public static implicit operator Microsoft.Maui.SizeRequest(Microsoft.Maui.Graphics.Size size);
static member op_Implicit : Microsoft.Maui.Graphics.Size -> Microsoft.Maui.SizeRequest
Public Shared Widening Operator CType (size As Size) As SizeRequest
Parameters
- size
- Size
The size to convert.
Returns
Applies to
Implicit(SizeRequest to Size)
- Source:
- SizeRequest.cs
- Source:
- SizeRequest.cs
- Source:
- SizeRequest.cs
Implicitly converts this SizeRequest to its RequestSize.
public:
static operator Microsoft::Maui::Graphics::Size(Microsoft::Maui::SizeRequest size);
public static implicit operator Microsoft.Maui.Graphics.Size(Microsoft.Maui.SizeRequest size);
static member op_Implicit : Microsoft.Maui.SizeRequest -> Microsoft.Maui.Graphics.Size
Public Shared Widening Operator CType (size As SizeRequest) As Size
Parameters
- size
- SizeRequest
The SizeRequest to convert.