C# Класс Zeplin.DrawCommand

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DrawCommand ( Microsoft.Xna.Framework.Graphics.Texture2D source, Transformation transformation ) : System
DrawCommand ( Microsoft.Xna.Framework.Graphics.Texture2D source, Transformation transformation, RenderTarget2D destination ) : System

Описание методов

DrawCommand() публичный Метод

public DrawCommand ( Microsoft.Xna.Framework.Graphics.Texture2D source, Transformation transformation ) : System
source Microsoft.Xna.Framework.Graphics.Texture2D
transformation Transformation
Результат System

DrawCommand() публичный Метод

public DrawCommand ( Microsoft.Xna.Framework.Graphics.Texture2D source, Transformation transformation, RenderTarget2D destination ) : System
source Microsoft.Xna.Framework.Graphics.Texture2D
transformation Transformation
destination Microsoft.Xna.Framework.Graphics.RenderTarget2D
Результат System