Compartir a través de


StrokeProperty.TimeID Field

TIMEID structure that allows stroke order to be maintained across paste and drop operations.

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public Shared ReadOnly TimeID As Guid
'Usage
Dim value As Guid

value = StrokeProperty.TimeID
public static readonly Guid TimeID
public:
static initonly Guid TimeID
public static final Guid TimeID
public static final var TimeID : Guid
Not applicable.

Remarks

Without the TIMEID structure, the timestamp for all Stroke objects cut and pasted in a Strokes collection will be the same.

typedef struct tagTIMEID {
    FILETIME  tmFiletime;
    ULONG     uiOrder;
} TIMEID;

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

StrokeProperty Class
StrokeProperty Members
Microsoft.Ink Namespace