Class Location
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
Describes X/Y location in pixel or coordinate space
public class Location
- Inheritance
-
Location
- Inherited Members
- Extension Methods
Properties
Unit
public LocationUnit Unit { get; init; }
Property Value
Unspecified
public static Location Unspecified { get; }
Property Value
X
public double X { get; set; }
Property Value
Y
public double Y { get; set; }
Property Value
Methods
Coordinates(float, float)
public static Location Coordinates(float x, float y)
Parameters
Returns
GetCoordinates()
public Coordinates GetCoordinates()
Returns
GetPixel()
public Pixel GetPixel()
Returns
Pixel(float, float)
public static Location Pixel(float x, float y)