IXRShape::GetStrokeStartLineCap (Compact 2013)
3/28/2014
This method retrieves a value that describes the shape located at the beginning of a stroke in a shape object.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetStrokeStartLineCap(
XRPenLineCap* pStrokeStartLineCap
) = 0;
Parameters
- pStrokeStartLineCap
[out] Pointer to a float value that describes the shape located at the beginning of a stroke in a shape object.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
This setting has no effect for a shape object that does not have a stroke or does not have start or endpoints. For example, this setting has no effect for an IXREllipse, which has a closed stroke.
.NET Framework Equivalent
System.Windows.Shapes.Shape.StrokeStartLineCap
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |