|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
import "msinkaut.idl";
Inherits IDispatch.
Public Member Functions |
| HRESULT | GetBoundingBox ([in, optional, defaultvalue(0)] InkBoundingBoxMode BoundingBoxMode,[out, retval] IInkRectangle **Rectangle) |
| HRESULT | FindIntersections ([in] IInkStrokes *Strokes,[out, retval] VARIANT *Intersections) |
| HRESULT | GetRectangleIntersections ([in] IInkRectangle *Rectangle,[out, retval] VARIANT *Intersections) |
| HRESULT | Clip ([in] IInkRectangle *Rectangle) |
| HRESULT | HitTestCircle ([in] long x,[in] long y,[in] single radius,[out, retval] VARIANT_BOOL *Intersects) |
| HRESULT | NearestPoint ([in] long x,[in] long y,[in, out, optional, defaultvalue(0)] single *Distance,[out, retval] single *Point) |
| HRESULT | Split ([in] single SplitAt,[out, retval] IInkStrokeDisp **NewStroke) |
| HRESULT | GetPacketDescriptionPropertyMetrics ([in] BSTR propertyName,[out] long *Minimum,[out] long *Maximum,[out] TabletPropertyMetricUnit *Units,[out] single *Resolution) |
| HRESULT | GetPoints ([in, optional, defaultvalue(0)] long Index,[in, optional, defaultvalue(-1)] long Count,[out, retval] VARIANT *Points) |
| HRESULT | SetPoints ([in] VARIANT Points,[in, optional, defaultvalue(0)] long Index,[in, optional, defaultvalue(-1)] long Count,[out, retval] long *NumberOfPointsSet) |
| HRESULT | GetPacketData ([in, optional, defaultvalue(0)] long Index,[in, optional, defaultvalue(-1)] long Count,[out, retval] VARIANT *PacketData) |
| HRESULT | GetPacketValuesByProperty ([in] BSTR propertyName,[in, optional, defaultvalue(0)] long Index,[in, optional, defaultvalue(-1)] long Count,[out, retval] VARIANT *PacketValues) |
| HRESULT | SetPacketValuesByProperty ([in] BSTR bstrPropertyName,[in] VARIANT PacketValues,[in, optional, defaultvalue(0)] long Index,[in, optional, defaultvalue(-1)] long Count,[out, retval] long *NumberOfPacketsSet) |
| HRESULT | GetFlattenedBezierPoints ([in, optional, defaultvalue(0)] long FittingError,[out, retval] VARIANT *FlattenedBezierPoints) |
| HRESULT | Transform ([in] IInkTransform *Transform,[in, optional, defaultvalue(0)] VARIANT_BOOL ApplyOnPenWidth) |
| HRESULT | ScaleToRectangle ([in] IInkRectangle *Rectangle) |
| HRESULT | Move ([in] single HorizontalComponent,[in] single VerticalComponent) |
| HRESULT | Rotate ([in] single Degrees,[in, optional, defaultvalue(0)] single x,[in, optional, defaultvalue(0)] single y) |
| HRESULT | Shear ([in] single HorizontalMultiplier,[in] single VerticalMultiplier) |
| HRESULT | ScaleTransform ([in] single HorizontalMultiplier,[in] single VerticalMultiplier) |
Properties |
| long | Id [get] |
| VARIANT | BezierPoints [get] |
| IInkDrawingAttributes | DrawingAttributes [get, set] |
| IInkDisp | Ink [get] |
| IInkExtendedProperties | ExtendedProperties [get] |
| VARIANT | PolylineCusps [get] |
| VARIANT | BezierCusps [get] |
| VARIANT | SelfIntersections [get] |
| long | PacketCount [get] |
| long | PacketSize [get] |
| VARIANT | PacketDescription [get] |
| VARIANT_BOOL | Deleted [get] |
Detailed Description
Definition at line 313 of file msinkaut.idl.
The documentation for this interface was generated from the following file:
Generated on Sat May 26 2012 06:47:35 for ReactOS by
1.7.6.1
|