C# Class fCraft.Drawing.DrawImageOperation

Mostra file Open project: GlennMR/800craft Class Usage Examples

Public Properties

Property Type Description
blocks int

Public Methods

Method Description
DrawImage ( byte popType, Direction direct, Vector3I cpos, System.Net.Player player, string url ) : void

Private Methods

Method Description
DrawOneBlock ( System.Net.Player player, Map map, Block drawBlock, Vector3I coord, BlockChangeContext context, int &blocks, int &blocksDenied, fCraft undoState ) : void
popRefCol ( byte popType ) : List
resizeImage ( Bitmap imgPhoto, int Width, int Height ) : Bitmap

Method Details

DrawImage() public method

public DrawImage ( byte popType, Direction direct, Vector3I cpos, System.Net.Player player, string url ) : void
popType byte
direct Direction
cpos Vector3I
player System.Net.Player
url string
return void

Property Details

blocks public_oe property

public int blocks
return int