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

상속: PaintServer
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
GetBrush ( RectangleF bounds ) : Brush
PatternPaintServer ( SvgPatternElement patternElement ) : System

비공개 메소드들

메소드 설명
calcPatternUnit ( SvgLength length, SvgLengthDirection dir, RectangleF bounds ) : float
getDestRect ( RectangleF bounds ) : RectangleF
getImage ( RectangleF bounds ) : Image
getTransformMatrix ( RectangleF bounds ) : Matrix
moveIntoSvgElement ( ) : SvgSvgElement
moveOutOfSvgElement ( SvgSvgElement svgElm ) : void

메소드 상세

GetBrush() 공개 메소드

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

PatternPaintServer() 공개 메소드

public PatternPaintServer ( SvgPatternElement patternElement ) : System
patternElement SharpVectors.Dom.Svg.SvgPatternElement
리턴 System