Table of Contents

Interface EdgeGestureUtil.IPropertyStore

Namespace
Ink_Canvas.Helpers
Assembly
InkCanvasForClass.dll
[Guid("886D8EEB-8CF2-4446-8D02-CDBA1DBDCF99")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface EdgeGestureUtil.IPropertyStore

Methods

Commit()

void Commit()

GetAt(uint, ref PropertyKey)

void GetAt(uint iProp, ref EdgeGestureUtil.PropertyKey pkey)

Parameters

iProp uint
pkey EdgeGestureUtil.PropertyKey

GetCount(ref uint)

void GetCount(ref uint cProps)

Parameters

cProps uint

GetValue(ref PropertyKey, ref PropVariant)

void GetValue(ref EdgeGestureUtil.PropertyKey key, ref EdgeGestureUtil.PropVariant pv)

Parameters

key EdgeGestureUtil.PropertyKey
pv EdgeGestureUtil.PropVariant

Release()

void Release()

SetValue(ref PropertyKey, ref PropVariant)

void SetValue(ref EdgeGestureUtil.PropertyKey key, ref EdgeGestureUtil.PropVariant pv)

Parameters

key EdgeGestureUtil.PropertyKey
pv EdgeGestureUtil.PropVariant