Class PixelLabKeypoints
Inheritance
object
PixelLabKeypoints
Namespace: Glitch9.AIDevKit.PixelLab
Assembly: .dll
Syntax
public class PixelLabKeypoints
Properties
Label
Declaration
public PixelLabSkeletonLabel Label { get; set; }
Property Value
Type | Description |
---|---|
PixelLabSkeletonLabel |
X
Declaration
public int X { get; set; }
Property Value
Type | Description |
---|---|
int |
Y
Declaration
public int Y { get; set; }
Property Value
Type | Description |
---|---|
int |
ZIndex
Declaration
public int? ZIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |