C# 클래스 Microsoft.Maui.Essentials.RectangleExtensions

파일 보기 프로젝트 열기: microhobby/maui-linux

공개 메소드들

메소드 설명
ToPlatformRectangle ( Rectangle rect ) : Rect
ToPlatformRectangleF ( RectangleF rect ) : RectF
ToSystemRectangle ( Rect rect ) : Rectangle
ToSystemRectangleF ( RectF rect ) : RectangleF

메소드 상세

ToPlatformRectangle() 공개 정적인 메소드

public static ToPlatformRectangle ( Rectangle rect ) : Rect
rect Rectangle
리턴 Rect

ToPlatformRectangleF() 공개 정적인 메소드

public static ToPlatformRectangleF ( RectangleF rect ) : RectF
rect RectangleF
리턴 RectF

ToSystemRectangle() 공개 정적인 메소드

public static ToSystemRectangle ( Rect rect ) : Rectangle
rect Rect
리턴 Rectangle

ToSystemRectangleF() 공개 정적인 메소드

public static ToSystemRectangleF ( RectF rect ) : RectangleF
rect RectF
리턴 RectangleF