C# Class SharpVectors.Renderer.Gdi.PatternPaintServer

Inheritance: PaintServer
显示文件 Open project: codebutler/savagesvg

Public Methods

Method Description
GetBrush ( RectangleF bounds ) : Brush
PatternPaintServer ( SvgPatternElement patternElement ) : System

Private Methods

Method Description
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

Method Details

GetBrush() public method

public GetBrush ( RectangleF bounds ) : Brush
bounds System.Drawing.RectangleF
return System.Drawing.Brush

PatternPaintServer() public method

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