TabletPropertyDescription.TabletPropertyDescription Constructor

TabletPropertyDescription.TabletPropertyDescription Constructor

Initializes a new instance of the TabletPropertyDescription class.

Definition

Visual Basic .NET Public Sub TabletPropertyDescription( _
ByVal packetPropertyId As Guid, _
ByVal tabletPropertyMetrics As TabletPropertyMetrics _
)
C# public TabletPropertyDescription(
Guid packetPropertyId,
TabletPropertyMetrics tabletPropertyMetrics
);
Managed C++ public: TabletPropertyDescription(
Guid *packetPropertyId,
TabletPropertyMetrics *tabletPropertyMetrics
);

Parameters

packetPropertyId System.Guid. Identifies the packet property
tabletPropertyMetrics Microsoft.Ink.TabletPropertyMetrics. The TabletPropertyMetrics property of the TabletPropertyDescription object, defined by the tablet device.

See Also