forked from LeenkxTeam/LNXSDK
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			187 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			187 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
| 
								 | 
							
								package system.windows.media;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								@:native("System.Windows.Media.DrawingVisual")
							 | 
						||
| 
								 | 
							
								extern class DrawingVisual {
							 | 
						||
| 
								 | 
							
									public function new();
							 | 
						||
| 
								 | 
							
									public function RenderOpen(): DrawingContext;
							 | 
						||
| 
								 | 
							
								}
							 |