Point.TryParse(String, Point) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
static bool TryParse(System::String ^ value, [Runtime::InteropServices::Out] Microsoft::Maui::Graphics::Point % point);
public static bool TryParse (string value, out Microsoft.Maui.Graphics.Point point);
static member TryParse : string * Point -> bool
Public Shared Function TryParse (value As String, ByRef point As Point) As Boolean
Parametri
- value
- String
- point
- Point