共用方式為


RecognitionProperty.PointsPerInch 欄位

擷取用來指定 RecognitionAlternate 物件之 Points Per Inch (PPI) 度量的全域唯一識別項 (GUID)。

命名空間:  Microsoft.Ink
組件:  Microsoft.Ink (在 Microsoft.Ink.dll 中)

語法

'宣告
Public Shared ReadOnly PointsPerInch As Guid
'用途
Dim value As Guid

value = RecognitionProperty.PointsPerInch
public static readonly Guid PointsPerInch
public:
static initonly Guid PointsPerInch
public static final Guid PointsPerInch
public static final var PointsPerInch : Guid

欄位值

型別:System.Guid
用來指定 RecognitionAlternate 物件之 Points Per Inch (PPI) 度量的全域唯一識別項 (GUID)。

備註

Tablet PC 應用程式發展介面 (API) 會使用 GUID 識別「封包」屬性 (Property)、辨識屬性 (Property)、「繪圖」屬性 (Attribute) 及一般「筆墨」屬性 (Property)。這些 GUID 可做為 RecognitionProperty 物件的唯讀欄位使用。您可以呼叫 GetPropertyValue 方法,使用這些 GUID 存取 RecognitionAlternate 物件的屬性。

ms567857.alert_note(zh-tw,VS.90).gif注意事項:

未實作。

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

RecognitionProperty 類別

RecognitionProperty 成員

Microsoft.Ink 命名空間

RecognitionProperty