C# Class SharpVectors.Dom.Svg.SvgClipPathElement

Inheritance: SvgTransformableElement, ISharpGDIPath, ISvgClipPathElement, ISharpDoNotPaint, IContainerElement
Mostrar archivo Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
GetGraphicsPath ( ) : GraphicsPath

HasExtension ( string extension ) : bool
Invalidate ( ) : void

Private Methods

Method Description
SvgClipPathElement ( string prefix, string localname, string ns, SvgDocument doc ) : System

Method Details

GetGraphicsPath() public method

public GetGraphicsPath ( ) : GraphicsPath
return System.Drawing.Drawing2D.GraphicsPath

HasExtension() public method

public HasExtension ( string extension ) : bool
extension string
return bool

Invalidate() public method

public Invalidate ( ) : void
return void