C# Класс Svg.SvgPaintServer

Наследование: SvgElement
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
None SvgPaintServer

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Render ( SvgRenderer renderer ) : void

Renders the SvgElement and contents to the specified SvgRenderer object.

Описание методов

GetBrush() публичный абстрактный Метод

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.
Результат System.Drawing.Brush

Render() защищенный Метод

Renders the SvgElement and contents to the specified SvgRenderer object.
protected Render ( SvgRenderer renderer ) : void
renderer SvgRenderer The object to render to.
Результат void

SvgPaintServer() публичный Метод

Initializes a new instance of the SvgPaintServer class.
public SvgPaintServer ( ) : System
Результат System

ToString() публичный Метод

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string

Описание свойств

None публичное статическое свойство

An unspecified SvgPaintServer.
public static SvgPaintServer,Svg None
Результат SvgPaintServer