C# 클래스 SharpVectors.Renderer.Gdi.PaintServer

파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

공개 메소드들

메소드 설명
CreatePaintServer ( SvgDocument document, string absoluteUri ) : PaintServer
GetBrush ( RectangleF bounds ) : Brush
PaintServer ( ) : System

메소드 상세

CreatePaintServer() 공개 정적인 메소드

public static CreatePaintServer ( SvgDocument document, string absoluteUri ) : PaintServer
document SharpVectors.Dom.Svg.SvgDocument
absoluteUri string
리턴 PaintServer

GetBrush() 공개 추상적인 메소드

public abstract GetBrush ( RectangleF bounds ) : Brush
bounds System.Drawing.RectangleF
리턴 System.Drawing.Brush

PaintServer() 공개 메소드

public PaintServer ( ) : System
리턴 System