Table of Contents

Class WpfRendering

Namespace
SharpVectors.Renderers.Wpf
Assembly
SharpVectors.Rendering.Wpf.dll
public class WpfRendering : WpfRenderingBase, IDisposable
Inheritance
WpfRendering
Implements
Derived
Inherited Members

Constructors

WpfRendering(SvgElement)

Properties

ClipGeometry
ClipUnits
CombineTransforms
MaskContentUnits
MaskUnits
Masking
Transform

Methods

AfterRender(WpfDrawingRenderer)
BeforeRender(WpfDrawingRenderer)
CalcLengthUnit(SvgLength, SvgLengthDirection, Rect)
Create(ISvgElement)
CreateByUri(SvgDocument, string, string)

Generates a new WpfRendering that corresponds to the given Uri.

Dispose(bool)
ExtractMarkerUrl(string)
FitToViewbox(WpfDrawingContext, SvgElement, Rect)
FitToViewbox(WpfDrawingContext, Rect)
GetTitleElement()
Initialize(SvgElement)
IsPresentationMarker(SvgStyleableElement)
RenderMarkers(WpfDrawingRenderer, SvgStyleableElement, WpfDrawingContext)
SetClip(WpfDrawingContext)
SetMask(WpfDrawingContext)
SetQuality(WpfDrawingContext)
SetTransform(WpfDrawingContext)
ShouldClipOverflow()

Determines whether the overflow property requires clipping for the given element. Returns true if overflow is "hidden" or "scroll", false otherwise. This method resolves "inherit" values via CSS cascading.