IInkStrokeDisp Methods
4/8/2010
This section contains the methods for the IInkStrokeDisp interface.
Method | Description |
---|---|
Removes the portions of the IInkStrokeDisp that are outside a rectangle. |
|
Finds the points where this IInkStrokeDisp intersects other strokes within an IInkStrokes collection. This method can determine only the points of intersection. |
|
Returns a rectangle, in ink space coordinates, that corresponds to the portion of the display to invalidate or redraw when displaying an IInkStrokeDisp. |
|
GetFlattenedBezierPoints |
Not implemented for Windows Mobile. |
GetPacketData |
Not implemented for Windows Mobile. |
GetPacketDescriptionPropertyMetrics |
Not implemented for Windows Mobile. |
GetPacketValuesByProperty |
Not implemented for Windows Mobile. |
Gets the points that make up a stroke. |
|
Finds the points where a stroke intersects a given rectangle. |
|
Determines whether a stroke is either completely inside or intersected by a given circle. |
|
Applies a translation to the ink of the stroke. |
|
NearestPoint |
Not implemented for Windows Mobile. |
Rotates the ink using an angle in degrees around a center point of the rotation. |
|
Scales the stroke to fit in the specified rectangle. |
|
Scales the ink using X and Y factors. |
|
SetPacketValuesByProperty |
Not implemented for Windows Mobile. |
Sets the points of the stroke using an array of X, Y values. |
|
Shears the ink in the stroke by the specified horizontal and vertical factors. |
|
Splits the stroke at the specified location on the stroke. |
|
Applies a linear transformation to a stroke, which can represent scaling, rotation, translation, and combinations of transformations. |