コード例 #1
0
 public int GetAttributeValue([NativeTypeName("PCWSTR")] ushort *name, D2D1_SVG_ATTRIBUTE_STRING_TYPE type, [NativeTypeName("PWSTR")] ushort *value, [NativeTypeName("UINT32")] uint valueCount)
 {
     return(((delegate * unmanaged <ID2D1SvgElement *, ushort *, D2D1_SVG_ATTRIBUTE_STRING_TYPE, ushort *, uint, int>)(lpVtbl[32]))((ID2D1SvgElement *)Unsafe.AsPointer(ref this), name, type, value, valueCount));
 }
コード例 #2
0
 public int GetAttributeValueLength([NativeTypeName("PCWSTR")] ushort *name, D2D1_SVG_ATTRIBUTE_STRING_TYPE type, [NativeTypeName("UINT32 *")] uint *valueLength)
 {
     return(((delegate * stdcall <ID2D1SvgElement *, ushort *, D2D1_SVG_ATTRIBUTE_STRING_TYPE, uint *, int>)(lpVtbl[29]))((ID2D1SvgElement *)Unsafe.AsPointer(ref this), name, type, valueLength));
 }
コード例 #3
0
 public HRESULT SetAttributeValue([NativeTypeName("PCWSTR")] ushort *name, D2D1_SVG_ATTRIBUTE_STRING_TYPE type, [NativeTypeName("PCWSTR")] ushort *value)
 {
     return(((delegate * unmanaged <ID2D1SvgElement *, ushort *, D2D1_SVG_ATTRIBUTE_STRING_TYPE, ushort *, int>)(lpVtbl[29]))((ID2D1SvgElement *)Unsafe.AsPointer(ref this), name, type, value));
 }