PointFloat Structure |
Namespace: Arction.Wpf.ChartingMVVM
The PointFloat type exposes the following members.
| Name | Description | |
|---|---|---|
| PointFloat(PointFloatXY) |
Construct the point by using PointFloatXY as source info.
| |
| PointFloat(Single, Single) |
Constructor.
|
| Name | Description | |
|---|---|---|
| Equals |
Object equals to PointFloat.
(Overrides ValueTypeEquals(Object).) | |
| GetHashCode |
Get Hash Code.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsZero |
Test if the value is zero or close to it.
| |
| ToString |
Convert class description to string.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Addition(PointFloat, PointFloat) |
Summarize two points.
| |
| Addition(PointFloat, PointFloat) |
Summarize two points.
| |
| Addition(PointFloat, PointFloat) |
Summarize two points.
| |
| Addition(PointFloat, Single) |
Increase point's coordinates by number.
| |
| Addition(Single, PointFloat) |
Increase point's coordinates by number.
| |
| Division(PointFloat, PointFloat) |
Divide two points.
| |
| Division(PointFloat, Single) |
Divide point's coordinates by number.
| |
| Division(Single, PointFloat) |
Divide point's coordinates by number.
| |
| Equality |
Identity of two points.
| |
| Inequality |
Difference of two points.
| |
| Multiply(PointFloat, PointFloat) |
Multiply two points.
| |
| Multiply(PointFloat, Single) |
Multiply point's coordinates by number.
| |
| Multiply(Single, PointFloat) |
Multiply point's coordinates by number.
| |
| Subtraction(PointFloat, PointFloat) |
Subtraction of two points.
| |
| Subtraction(PointFloat, PointFloat) |
Subtraction of two points.
| |
| Subtraction(PointFloat, PointFloat) |
Subtraction of two points.
| |
| Subtraction(PointFloat, Single) |
Decrease point's coordinates by number.
| |
| Subtraction(Single, PointFloat) |
Decrease point's coordinates by number.
|
| Name | Description | |
|---|---|---|
| DipToPx |
Converts given coordinates defined in DIP (Device Independent Pixels) to PX (Screen pixels) values using system DPI settings.
(Defined by Extensions.) | |
| DistanceSquareTo(PointFloat) | Overloaded.
Square distance between two points
(Defined by ExtensionsClass.) | |
| DistanceSquareTo(PointFloat) | Overloaded.
Square distance between two points
(Defined by ExtensionsClass.) | |
| PxToDip |
Converts given coordinates defined in PX (Screen pixels) to DIP (Device Independent Pixels) values using system DPI settings.
(Defined by Extensions.) |