The GDIPlusRender type exposes the following members.

Methods

  NameDescription
Public methodDrawCaption
Draws a caption with the specified 3D-borders and Appearance.
Public methodDrawExpansionButton
Draws the expansion (+/-) button.
Public methodDrawFrame(Color, Rectangle, ButtonBorderStyle, Graphics)
Draws a border on a button-style control.
Public methodDrawFrame(Color, Rectangle, ButtonBorderStyle, BorderSide, Graphics)
Draws a border on a button-style control.
Public methodDrawImage
Draws the specified Image at the specified location and with the specified ImageSettings
Public methodDrawSortIcon(SortDirection, Rectangle, Graphics)
Draws a sort icon, when the Header has a single sorted Column.
Public methodDrawSortIcon(SortDirection, Int32, Rectangle, Graphics)
Draws a sort icon for the specified sort level, when the Header has many sorted Columns.
Public methodDrawText
Draws the text.
Public methodFill(Color, Rectangle, Graphics)
Fills the rectangle with a specified color.
Public methodFill(Appearance, Rectangle, Rectangle, Graphics)
Fills the rectangle with a specified Appearance.
Public methodFill(Color, Color, GradientDirection, Rectangle, Rectangle, Graphics)
Fills the rectangle with a gradient color.
Public methodSortIconMetrics
Gets a sise, required to draw the sort icon.
Public methodTextMetrics
Measures the specified string when drawn with the specified Font.

See Also