forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
Kha/Backends/WPF/system/windows/media/ImageBrush.hx
Normal file
10
Kha/Backends/WPF/system/windows/media/ImageBrush.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package system.windows.media;
|
||||
|
||||
@:native("System.Windows.Media.ImageBrush")
|
||||
extern class ImageBrush {
|
||||
// public function new();
|
||||
public function new(source: ImageSource);
|
||||
public var ImageSource(get, set): ImageSource;
|
||||
function get_ImageSource(): ImageSource;
|
||||
function set_ImageSource(source: ImageSource): ImageSource;
|
||||
}
|
Reference in New Issue
Block a user