Win32 API 日本語リファレンス
ホームStorage.Xps › IXpsOMPath

IXpsOMPath

COM
IID37d38bb6-3ee9-4110-9312-14b194163337継承元IXpsOMVisual自前メソッド開始 vtbl30

メソッド 37

vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。

vtblメソッド
30HRESULT GetGeometry(IXpsOMGeometry** geometry)
31HRESULT GetGeometryLocal(IXpsOMGeometry** geometry)
32HRESULT SetGeometryLocal(IXpsOMGeometry* geometry)
33HRESULT GetGeometryLookup(LPWSTR* lookup)
34HRESULT SetGeometryLookup(LPWSTR lookup)
35HRESULT GetAccessibilityShortDescription(LPWSTR* shortDescription)
36HRESULT SetAccessibilityShortDescription(LPWSTR shortDescription)
37HRESULT GetAccessibilityLongDescription(LPWSTR* longDescription)
38HRESULT SetAccessibilityLongDescription(LPWSTR longDescription)
39HRESULT GetSnapsToPixels(BOOL* snapsToPixels)
40HRESULT SetSnapsToPixels(BOOL snapsToPixels)
41HRESULT GetStrokeBrush(IXpsOMBrush** brush)
42HRESULT GetStrokeBrushLocal(IXpsOMBrush** brush)
43HRESULT SetStrokeBrushLocal(IXpsOMBrush* brush)
44HRESULT GetStrokeBrushLookup(LPWSTR* lookup)
45HRESULT SetStrokeBrushLookup(LPWSTR lookup)
46HRESULT GetStrokeDashes(IXpsOMDashCollection** strokeDashes)
47HRESULT GetStrokeDashCap(XPS_DASH_CAP* strokeDashCap)
48HRESULT SetStrokeDashCap(XPS_DASH_CAP strokeDashCap)
49HRESULT GetStrokeDashOffset(FLOAT* strokeDashOffset)
50HRESULT SetStrokeDashOffset(FLOAT strokeDashOffset)
51HRESULT GetStrokeStartLineCap(XPS_LINE_CAP* strokeStartLineCap)
52HRESULT SetStrokeStartLineCap(XPS_LINE_CAP strokeStartLineCap)
53HRESULT GetStrokeEndLineCap(XPS_LINE_CAP* strokeEndLineCap)
54HRESULT SetStrokeEndLineCap(XPS_LINE_CAP strokeEndLineCap)
55HRESULT GetStrokeLineJoin(XPS_LINE_JOIN* strokeLineJoin)
56HRESULT SetStrokeLineJoin(XPS_LINE_JOIN strokeLineJoin)
57HRESULT GetStrokeMiterLimit(FLOAT* strokeMiterLimit)
58HRESULT SetStrokeMiterLimit(FLOAT strokeMiterLimit)
59HRESULT GetStrokeThickness(FLOAT* strokeThickness)
60HRESULT SetStrokeThickness(FLOAT strokeThickness)
61HRESULT GetFillBrush(IXpsOMBrush** brush)
62HRESULT GetFillBrushLocal(IXpsOMBrush** brush)
63HRESULT SetFillBrushLocal(IXpsOMBrush* brush)
64HRESULT GetFillBrushLookup(LPWSTR* lookup)
65HRESULT SetFillBrushLookup(LPWSTR lookup)
66HRESULT Clone(IXpsOMPath** path)