次の方法で共有


RectF.TryParse(String, RectF) メソッド

定義

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

パラメーター

value
String
rectangleF
RectF

戻り値

適用対象