C# Class Nohal.RleEditor.RleParser.Symbol

TODO: divide into bitmap, vector and ancestor
Inheritance: RleObject
Mostrar archivo Open project: nohal/RleEditor Class Usage Examples

Public Methods

Method Description
ChangeColorTable ( ColorTable colortable ) : void
ChangePixel ( int x, int y, string colorcode ) : void
GetVectorRendering ( ColorTable colortable ) : Bitmap
GetZoomedImage ( int zoomLevel, bool showGrid ) : Bitmap
RenderSquare ( System &image, int x, int y, int size, Color color, bool border ) : void

Private Methods

Method Description
AddLine ( string line ) : void
Symbol ( ) : System

Method Details

ChangeColorTable() public method

public ChangeColorTable ( ColorTable colortable ) : void
colortable ColorTable
return void

ChangePixel() public method

public ChangePixel ( int x, int y, string colorcode ) : void
x int
y int
colorcode string
return void

GetVectorRendering() public method

public GetVectorRendering ( ColorTable colortable ) : Bitmap
colortable ColorTable
return System.Drawing.Bitmap

GetZoomedImage() public method

public GetZoomedImage ( int zoomLevel, bool showGrid ) : Bitmap
zoomLevel int
showGrid bool
return System.Drawing.Bitmap

RenderSquare() public static method

public static RenderSquare ( System &image, int x, int y, int size, Color color, bool border ) : void
image System
x int
y int
size int
color Color
border bool
return void