C# Class Svg.SvgPaintServer

Inheritance: SvgElement
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
None SvgPaintServer

Public Methods

Method Description
GetBrush ( SvgVisualElement styleOwner, float opacity ) : Brush

Gets a Brush representing the current paint server.

SvgPaintServer ( ) : System

Initializes a new instance of the SvgPaintServer class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

Protected Methods

Method Description
Render ( SvgRenderer renderer ) : void

Renders the SvgElement and contents to the specified SvgRenderer object.

Method Details

GetBrush() public abstract method

Gets a Brush representing the current paint server.
public abstract GetBrush ( SvgVisualElement styleOwner, float opacity ) : Brush
styleOwner SvgVisualElement The owner .
opacity float The opacity of the brush.
return System.Drawing.Brush

Render() protected method

Renders the SvgElement and contents to the specified SvgRenderer object.
protected Render ( SvgRenderer renderer ) : void
renderer SvgRenderer The object to render to.
return void

SvgPaintServer() public method

Initializes a new instance of the SvgPaintServer class.
public SvgPaintServer ( ) : System
return System

ToString() public method

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
return string

Property Details

None public_oe static_oe property

An unspecified SvgPaintServer.
public static SvgPaintServer,Svg None
return SvgPaintServer