Wimark.Controls Class Library  

EditorControl.PaintContent Method

Virtual method that should paint the content.

[Visual Basic]
Overridable Protected Sub PaintContent( _
   ByVal offset As Point, _
   ByVal graphics As Graphics, _
   ByVal clipRect As Rectangle _
)
 
[C#]
protected virtual void PaintContent( 
   Point offset, 
   Graphics graphics, 
   Rectangle clipRect 
);
[C++]
protected: virtual void PaintContent( 
   Point offset, 
   Graphics* graphics, 
   Rectangle clipRect 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

EditorControl Class | EditorControl Members | Wimark.Controls.Editors Namespace