Method | Description | |
---|---|---|
BeginPreview ( ) : void | ||
Clear ( ) : void | ||
EndPreview ( ) : void | ||
GetPattern ( ) : |
||
LoadPattern ( AC pattern ) : void | ||
PatternEditor ( ) : System | ||
SetColorPalette ( AC palette ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DrawGrid ( Graphics graphics ) : void | ||
DrawPattern ( Graphics graphics ) : void | ||
DrawPoint ( Point point, byte color ) : void | ||
FromPaletteColor ( AC color ) : Color | ||
GetPixelAt ( int x, int y ) : Point | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
PatternEditor_MouseDown ( object sender, MouseEventArgs e ) : void | ||
PatternEditor_MouseMove ( object sender, MouseEventArgs e ) : void | ||
PatternEditor_Paint ( object sender, PaintEventArgs e ) : void | ||
RenderPattern ( AC pattern, int scale ) : Image |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |