StrokeStyleProperties1 函式 (d2d1_1helper.h)
傳回填滿D2D1_STROKE_STYLE_PROPERTIES1結構。
語法
D2D1_STROKE_STYLE_PROPERTIES1 StrokeStyleProperties1(
D2D1_CAP_STYLE startCap,
D2D1_CAP_STYLE endCap,
D2D1_CAP_STYLE dashCap,
D2D1_LINE_JOIN lineJoin,
FLOAT miterLimit,
D2D1_DASH_STYLE dashStyle,
FLOAT dashOffset,
D2D1_STROKE_TRANSFORM_TYPE transformType
);
參數
startCap
每個開啟圖開頭要使用的上限。
endCap
每個開啟圖結尾要使用的上限。
dashCap
每個破折號開頭和結尾使用的上限。
lineJoin
要使用的行聯結。
miterLimit
超出限制,miter 會固定或轉換成斜面。
dashStyle
要使用的虛線類型。
dashOffset
相對於圖開頭的第一個虛線位置。
transformType
決定哪些轉譯目標屬性會影響筆劃的nib的規則。
傳回值
描述大綱圖案的筆劃。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 適用於 Windows Vista 的 Windows 7、Windows Vista SP2 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | d2d1_1helper.h |
程式庫 | D2d1.lib |
Dll | D2d1.dll |