示例#1
0
 public HRESULT get_textLength(ISVGAnimatedLength **p)
 {
     return(((delegate * unmanaged <ISVGTextContentElement *, ISVGAnimatedLength **, int>)(lpVtbl[8]))((ISVGTextContentElement *)Unsafe.AsPointer(ref this), p));
 }
示例#2
0
 public HRESULT get_cx(ISVGAnimatedLength** p)
 {
     return ((delegate* unmanaged<ISVGEllipseElement*, ISVGAnimatedLength**, int>)(lpVtbl[8]))((ISVGEllipseElement*)Unsafe.AsPointer(ref this), p);
 }
 public HRESULT get_width(ISVGAnimatedLength **p)
 {
     return(((delegate * unmanaged <ISVGPatternElement *, ISVGAnimatedLength **, int>)(lpVtbl[18]))((ISVGPatternElement *)Unsafe.AsPointer(ref this), p));
 }
示例#4
0
 public HRESULT get_height(ISVGAnimatedLength **p)
 {
     return(((delegate * unmanaged <ISVGSVGElement *, ISVGAnimatedLength **, int>)(lpVtbl[14]))((ISVGSVGElement *)Unsafe.AsPointer(ref this), p));
 }
 public HRESULT get_x1(ISVGAnimatedLength **p)
 {
     return(((delegate * unmanaged <ISVGLinearGradientElement *, ISVGAnimatedLength **, int>)(lpVtbl[8]))((ISVGLinearGradientElement *)Unsafe.AsPointer(ref this), p));
 }