C# Class SceneViewerWPF.DxKinectMeshRenderer.PointVertex

Exibir arquivo Open project: kobush/ManagedOpenNI

Public Properties

Property Type Description
X short
Y short

Public Methods

Method Description
PointVertex ( short x, short y ) : System

Method Details

PointVertex() public method

public PointVertex ( short x, short y ) : System
x short
y short
return System

Property Details

X public_oe property

public short X
return short

Y public_oe property

public short Y
return short