#define global IID_IXpsOMGeometryFigure "{D410DC83-908C-443E-8947-B1795D3C165A}"
#usecom global IXpsOMGeometryFigure IID_IXpsOMGeometryFigure "{}"
#comfunc global IXpsOMGeometryFigure_GetOwner 3 sptr
#comfunc global IXpsOMGeometryFigure_GetSegmentData 4 var,var
#comfunc global IXpsOMGeometryFigure_GetSegmentTypes 5 var,var
#comfunc global IXpsOMGeometryFigure_GetSegmentStrokes 6 var,var
#comfunc global IXpsOMGeometryFigure_SetSegments 7 int,int,var,var,var
#comfunc global IXpsOMGeometryFigure_GetStartPoint 8 var
#comfunc global IXpsOMGeometryFigure_SetStartPoint 9 var
#comfunc global IXpsOMGeometryFigure_GetIsClosed 10 var
#comfunc global IXpsOMGeometryFigure_SetIsClosed 11 int
#comfunc global IXpsOMGeometryFigure_GetIsFilled 12 var
#comfunc global IXpsOMGeometryFigure_SetIsFilled 13 int
#comfunc global IXpsOMGeometryFigure_GetSegmentCount 14 var
#comfunc global IXpsOMGeometryFigure_GetSegmentDataCount 15 var
#comfunc global IXpsOMGeometryFigure_GetSegmentStrokePattern 16 var
#comfunc global IXpsOMGeometryFigure_Clone 17 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IXpsOMGeometryFigure "{D410DC83-908C-443E-8947-B1795D3C165A}"
#usecom global IXpsOMGeometryFigure IID_IXpsOMGeometryFigure "{}"
#comfunc global IXpsOMGeometryFigure_GetOwner 3 sptr
#comfunc global IXpsOMGeometryFigure_GetSegmentData 4 sptr,sptr
#comfunc global IXpsOMGeometryFigure_GetSegmentTypes 5 sptr,sptr
#comfunc global IXpsOMGeometryFigure_GetSegmentStrokes 6 sptr,sptr
#comfunc global IXpsOMGeometryFigure_SetSegments 7 int,int,sptr,sptr,sptr
#comfunc global IXpsOMGeometryFigure_GetStartPoint 8 sptr
#comfunc global IXpsOMGeometryFigure_SetStartPoint 9 sptr
#comfunc global IXpsOMGeometryFigure_GetIsClosed 10 sptr
#comfunc global IXpsOMGeometryFigure_SetIsClosed 11 int
#comfunc global IXpsOMGeometryFigure_GetIsFilled 12 sptr
#comfunc global IXpsOMGeometryFigure_SetIsFilled 13 int
#comfunc global IXpsOMGeometryFigure_GetSegmentCount 14 sptr
#comfunc global IXpsOMGeometryFigure_GetSegmentDataCount 15 sptr
#comfunc global IXpsOMGeometryFigure_GetSegmentStrokePattern 16 sptr
#comfunc global IXpsOMGeometryFigure_Clone 17 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。