NClass.DiagramEditor.ClassDiagram.Shapes.CommentShape.Draw C# (CSharp) Method

Draw() public method

public Draw ( IGraphics g, bool onScreen, Style style ) : void
g IGraphics
onScreen bool
style Style
return void
		public override void Draw(IGraphics g, bool onScreen, Style style)
		{
			DrawSurface(g, onScreen, style);
			DrawText(g, onScreen, style);
		}