다음을 통해 공유


Size 구조체

정의

public value class Size
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.SizeTypeConverter))]
public struct Size
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.SizeTypeConverter))>]
type Size = struct
Public Structure Size
상속
Size
특성

생성자

Size(Double)
Size(Double, Double)
Size(Vector2)

필드

Zero

속성

Height
IsZero
Width

메서드

Deconstruct(Double, Double)
Equals(Object)
Equals(Size)
GetHashCode()
ToString()
TryParse(String, Size)

연산자

Addition(Size, Size)
Division(Size, Double)
Equality(Size, Size)
Explicit(Size to Point)
Implicit(Size to SizeF)
Inequality(Size, Size)
Multiply(Size, Double)
Subtraction(Size, Size)

확장 메서드

Lerp(Size, Size, Double)
AdjustForFill(Size, Rect, IView)

적용 대상