Public Member Functions |
| HRESULT | ToString ([out, retval] BSTR *ToString) |
| HRESULT | Item ([in] long Index,[out, retval] IInkStrokeDisp **Stroke) |
| HRESULT | Add ([in] IInkStrokeDisp *InkStroke) |
| HRESULT | AddStrokes ([in] IInkStrokes *InkStrokes) |
| HRESULT | Remove ([in] IInkStrokeDisp *InkStroke) |
| HRESULT | RemoveStrokes ([in] IInkStrokes *InkStrokes) |
| HRESULT | ModifyDrawingAttributes ([in] IInkDrawingAttributes *DrawAttrs) |
| HRESULT | GetBoundingBox ([in] InkBoundingBoxMode BoundingBoxMode,[out, retval] IInkRectangle **BoundingBox) |
| HRESULT | Transform ([in] IInkTransform *Transform,[in] VARIANT_BOOL ApplyOnPenWidth) |
| HRESULT | ScaleToRectangle ([in] IInkRectangle *Rectangle) |
| HRESULT | Move ([in] float HorizontalComponent,[in] float VerticalComponent) |
| HRESULT | Rotate ([in] float Degrees,[in] float x,[in] float y) |
| HRESULT | Shear ([in] float HorizontalMultiplier,[in] float VerticalMultiplier) |
| HRESULT | ScaleTransform ([in] float HorizontalMultiplier,[in] float VerticalMultiplier) |
| HRESULT | Clip ([in] IInkRectangle *Rectangle) |
| HRESULT | RemoveRecognitionResult () |
Properties |
| long | Count [get] |
| IUnknown | _NewEnum [get] |
| IInkDisp | Ink [get] |
| IInkRecognitionResult | RecognitionResult [get] |
Definition at line 423 of file msinkaut.idl.