C# Class GridViewer.CodedColorsHelper

Datei anzeigen Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
GetBitmap ( this codedColors, int width ) : Bitmap

Get bitmap of 1 height for coded color bar.

Method Details

GetBitmap() public static method

Get bitmap of 1 height for coded color bar.
public static GetBitmap ( this codedColors, int width ) : Bitmap
codedColors this
width int
return System.Drawing.Bitmap