CGPoint 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.
Structure defining a 2D point.
[System.Serializable]
public struct CGPoint : IEquatable<CoreGraphics.CGPoint>
type CGPoint = struct
- Inheritance
-
CGPoint
- Attributes
- Implements
Constructors
CGPoint(CGPoint) | |
CGPoint(Double, Double) | |
CGPoint(nfloat, nfloat) | |
CGPoint(Single, Single) |
Fields
Empty |
Properties
IsEmpty | |
X | |
Y |
Methods
Add(CGPoint, CGSize) | |
Equals(CGPoint) | |
Equals(Object) | |
GetHashCode() | |
Subtract(CGPoint, CGSize) | |
ToDictionary() | |
ToString() | |
TryParse(NSDictionary, CGPoint) |