IXRShape::GetStrokeDashCap (Windows Embedded CE 6.0)
1/6/2010
This method retrieves a value that indicates how the ends of a dash are drawn on-screen.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetStrokeDashCap(
XRPenLineCap* pStrokeDashCap
) = 0;
Parameters
- pStrokeDashCap
[out] Pointer to an XRPenLineCap member that indicates how the ends of a dash are drawn on-screen.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
This setting applies to both ends of each dash in a stroke that is drawn on-screen.
.NET Framework Equivalent
System.Windows.Shapes.Shape.StrokeDashCap
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |