This topic has not yet been rated - Rate this topic

ID2D1Geometry::StrokeContainsPoint methods

Determines whether the geometry's stroke contains the specified point.

Overload list

MethodDescription
StrokeContainsPoint(D2D1_POINT_2F,FLOAT,ID2D1StrokeStyle*,D2D1_MATRIX_3X2_F*,BOOL*)

Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform.

StrokeContainsPoint(D2D1_POINT_2F,FLOAT,ID2D1StrokeStyle*,D2D1_MATRIX_3X2_F&,BOOL*)

Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform.

StrokeContainsPoint(D2D1_POINT_2F,FLOAT,ID2D1StrokeStyle*,D2D1_MATRIX_3X2_F*,FLOAT,BOOL*)

Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform.

StrokeContainsPoint(D2D1_POINT_2F,FLOAT,ID2D1StrokeStyle*,D2D1_MATRIX_3X2_F&,FLOAT,BOOL*)

Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform.

Requirements

Library

D2d1.lib

DLL

D2d1.dll

See also

ID2D1Geometry

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.