Point struct¶
Attributes: [TypeConverter("System.Drawing.PointConverter, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
Defined in
Namespace: System.Drawing
Assembly: Splat.Drawing.dll
Full name: System.Drawing.Point
Modifiers: public sealed
Summary¶
No description provided.
Applies to
net10.0-android36.0, net10.0-ios26.0, net10.0-windows10.0.17763, net10.0-windows10.0.19041, net10.0-maccatalyst26.0, net10.0-tvos26.0, net9.0-windows10.0.17763, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net8.0-windows10.0.17763, net462, net481
Class hierarchy
classDiagram
class Point
class IEquatable~Point~ {
<>
}
IEquatable~Point~ <|.. Point
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| IsEmpty | |
| X | |
| Y |
Fields¶
| Name | Summary |
|---|---|
| static Empty |
Methods¶
| Name | Summary |
|---|---|
| static Add | |
| static Ceiling | |
| Equals | |
| GetHashCode | |
| Offset | |
| static Round | |
| static Subtract | |
| ToString | |
| static Truncate |
Operators¶
| Name | Summary |
|---|---|
| static op_Addition | |
| static op_Equality | |
| static op_Explicit | |
| static op_Implicit | |
| static op_Inequality | |
| static op_Subtraction |