다음을 통해 공유


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

반환

적용 대상