mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Update metadata to 39.0.18-preview
Generator: Add initial Interface generation.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Win32.Graphics.Direct2D;
|
||||
[Guid("2e69f9e8-dd3f-4bf9-95ba-c04f49d788df")]
|
||||
[NativeTypeName("struct ID2D1GdiMetafile1 : ID2D1GdiMetafile")]
|
||||
[NativeInheritance("ID2D1GdiMetafile")]
|
||||
public unsafe partial struct ID2D1GdiMetafile1 : INativeGuid
|
||||
public unsafe partial struct ID2D1GdiMetafile1 : ID2D1GdiMetafile1.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_ID2D1GdiMetafile1
|
||||
{
|
||||
@@ -113,5 +113,13 @@ public unsafe partial struct ID2D1GdiMetafile1 : INativeGuid
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<ID2D1GdiMetafile1*, Common.RectF*, int>)(lpVtbl[7]))((ID2D1GdiMetafile1*)Unsafe.AsPointer(ref this), bounds);
|
||||
}
|
||||
public interface Interface : ID2D1GdiMetafile.Interface
|
||||
{
|
||||
[VtblIndex(6)]
|
||||
HResult GetDpi(float* dpiX, float* dpiY);
|
||||
|
||||
[VtblIndex(7)]
|
||||
HResult GetSourceBounds(Common.RectF* bounds);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user