System.Drawing.Toolkit.ToolkitGraphicsImageBase.DrawGlyph C# (CSharp) Method

DrawGlyph() private method

private DrawGlyph ( int x, int y, Array bits, int bitsWidth, int bitsHeight, Color color ) : void
x int
y int
bits Array
bitsWidth int
bitsHeight int
color Color
return void
		public override void DrawGlyph
					(int x, int y,
					 byte[] bits, int bitsWidth, int bitsHeight, Color color)
				{
					return;
				}