C# Class CoreLib.Sprites.SpriteBatch

Inheritance: IVisualTree
显示文件 Open project: liquidboy/X Class Usage Examples

Public Methods

Method Description
Add ( IVisualTreeElement element ) : void
DeleteAll ( ) : void
Draw ( ) : void
GarbageCollect ( ) : void
SpriteBatch ( UIElement surface ) : System

Method Details

Add() public method

public Add ( IVisualTreeElement element ) : void
element IVisualTreeElement
return void

DeleteAll() public method

public DeleteAll ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

GarbageCollect() public method

public GarbageCollect ( ) : void
return void

SpriteBatch() public method

public SpriteBatch ( UIElement surface ) : System
surface Windows.UI.Xaml.UIElement
return System