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("3fe6adea-7643-4f53-bd14-a0ce63f24042")]
|
||||
[NativeTypeName("struct ID2D1OffsetTransform : ID2D1TransformNode")]
|
||||
[NativeInheritance("ID2D1TransformNode")]
|
||||
public unsafe partial struct ID2D1OffsetTransform : INativeGuid
|
||||
public unsafe partial struct ID2D1OffsetTransform : ID2D1OffsetTransform.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_ID2D1OffsetTransform
|
||||
{
|
||||
@@ -98,5 +98,13 @@ public unsafe partial struct ID2D1OffsetTransform : INativeGuid
|
||||
System.Drawing.Point result;
|
||||
return *((delegate* unmanaged[Stdcall]<ID2D1OffsetTransform*, System.Drawing.Point*, System.Drawing.Point*>)(lpVtbl[5]))((ID2D1OffsetTransform*)Unsafe.AsPointer(ref this), &result);
|
||||
}
|
||||
public interface Interface : ID2D1TransformNode.Interface
|
||||
{
|
||||
[VtblIndex(4)]
|
||||
void SetOffset(System.Drawing.Point offset);
|
||||
|
||||
[VtblIndex(5)]
|
||||
System.Drawing.Point GetOffset();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user