C# Class Svg.SvgPaintServer

Inheritance: SvgElement
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
None SvgPaintServer

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Render ( SvgRenderer renderer ) : void

Renders the SvgElement and contents to the specified SvgRenderer object.

Method Details

GetBrush() public abstract méthode

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.
Résultat System.Drawing.Brush

Render() protected méthode

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

SvgPaintServer() public méthode

Initializes a new instance of the SvgPaintServer class.
public SvgPaintServer ( ) : System
Résultat System

ToString() public méthode

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

Property Details

None public_oe static_oe property

An unspecified SvgPaintServer.
public static SvgPaintServer,Svg None
Résultat SvgPaintServer