ID2D1SvgGlyphStyle::SetStroke 메서드(d2d1_3.h)
스트로크 속성에 대한 SVG 문자 모양에 값을 제공합니다. 불투명도가 1로 설정된 브러시는 '컨텍스트 스트로크'로 사용됩니다. 브러시의 불투명도는 'context-stroke-opacity' 값으로 사용됩니다.
구문
HRESULT SetStroke(
[in, optional] ID2D1Brush *brush,
FLOAT strokeWidth,
[in, optional] const FLOAT *dashes,
UINT32 dashesCount,
FLOAT dashOffset
);
매개 변수
[in, optional] brush
형식: ID2D1Brush*
스트로크를 그리는 방법을 설명합니다. null 브러시를 사용하면 컨텍스트 스트로크 값이 없음이 됩니다.
strokeWidth
형식: FLOAT
'stroke-width' 속성의 'context-value'를 지정합니다.
[in, optional] dashes
형식: const FLOAT*
'stroke-dasharray' 속성에 대한 'context-value'를 지정합니다. null 값을 사용하면 stroke-dasharray가 'none'으로 설정됩니다.
dashesCount
형식: UINT32
대시 배열의 대시 수입니다.
dashOffset
형식: FLOAT
'stroke-dashoffset' 속성에 대한 'context-value'를 지정합니다.
반환 값
형식: HRESULT
이 메서드는 HRESULT 성공 또는 오류 코드를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
대상 플랫폼 | Windows |
헤더 | d2d1_3.h |
DLL | D2d1.dll |