Class TouchPoint
TouchPoint
public sealed class TouchPoint
- Inheritance
-
TouchPoint
- Inherited Members
Properties
Force
force
[JsonPropertyName("force")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Force { get; set; }
Property Value
Id
id
[JsonPropertyName("id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Id { get; set; }
Property Value
RadiusX
radiusX
[JsonPropertyName("radiusX")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? RadiusX { get; set; }
Property Value
RadiusY
radiusY
[JsonPropertyName("radiusY")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? RadiusY { get; set; }
Property Value
RotationAngle
rotationAngle
[JsonPropertyName("rotationAngle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? RotationAngle { get; set; }
Property Value
X
x
[JsonPropertyName("x")]
public double X { get; set; }
Property Value
Y
y
[JsonPropertyName("y")]
public double Y { get; set; }