Point Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public value class Point
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.PointTypeConverter))]
public struct Point
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.PointTypeConverter))>]
type Point = struct
Public Structure Point
- Inheritance
-
Point
- Attributes
Constructors
Point(Double, Double) | |
Point(Size) | |
Point(SizeF) | |
Point(Vector2) |
Fields
Zero |
Properties
IsEmpty | |
X | |
Y |
Methods
Deconstruct(Double, Double) | |
Distance(Point) | |
Equals(Object, Double) | |
Equals(Object) | |
GetHashCode() | |
Offset(Double, Double) | |
Round() | |
ToString() | |
TryParse(String, Point) |
Operators
Addition(Point, SizeF) | |
Equality(Point, Point) | |
Explicit(Point to Size) | |
Implicit(Point to PointF) | |
Implicit(Vector2 to Point) | |
Inequality(Point, Point) | |
Subtraction(Point, Point) | |
Subtraction(Point, SizeF) |
Extension Methods
Lerp(Point, Point, Double) |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI