Condividi tramite


RectF.TryParse(String, RectF) Metodo

Definizione

public:
 static bool TryParse(System::String ^ value, [Runtime::InteropServices::Out] Microsoft::Maui::Graphics::RectF % rectangleF);
public static bool TryParse (string value, out Microsoft.Maui.Graphics.RectF rectangleF);
static member TryParse : string * RectF -> bool
Public Shared Function TryParse (value As String, ByRef rectangleF As RectF) As Boolean

Parametri

value
String
rectangleF
RectF

Restituisce

Si applica a