PixelVector Methods
Methods
Equals(Object) | (Overrides ValueType.Equals(Object)) |
Equals(PixelVector) | Check if two vectors are equal (bitwise). |
GetHashCode() | (Overrides ValueType.GetHashCode()) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
NearlyEquals(PixelVector) | Check if two vectors are nearly equal (numerically). |
ToString() | Returns the string representation of the point. (Overrides ValueType.ToString()) |
WithX(Int32) | Returns a new vector with the specified X coordinate. |
WithY(Int32) | Returns a new vector with the specified Y coordinate. |