IXRShape::SetStrokeThickness (Windows Embedded CE 6.0)
1/6/2010
This method sets a value that describes the width of the outline of a stroke in a shape object.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetStrokeThickness(
float StrokeThickness
) = 0;
Parameters
- StrokeThickness
[in] A float value that describes the width of the outline of a stroke in a shape object.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
This width setting also applies to the different stroke decorations if they are defined, such as the decorations defined by IXRShape::SetStrokeStartLineCap or IXRShape::SetStrokeDashArray.
Generally, you should use integral numeric values for this property. Non-integral value can cause sub-pixel rendering, and might alter the apparent color of the stroke.
.NET Framework Equivalent
System.Windows.Shapes.Shape.StrokeThickness
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |