C# 클래스 Svg.SvgPaintServer

상속: SvgElement
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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