forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
7
Kha/Backends/WPF/system/windows/media/DrawingContext.hx
Normal file
7
Kha/Backends/WPF/system/windows/media/DrawingContext.hx
Normal file
@ -0,0 +1,7 @@
|
||||
package system.windows.media;
|
||||
|
||||
@:native("System.Windows.Media.DrawingContext")
|
||||
extern class DrawingContext {
|
||||
public function PushTransform(transform: MatrixTransform): Void;
|
||||
public function Pop(): Void;
|
||||
}
|
Reference in New Issue
Block a user