Hide Comments
Hide Comments

TSVGDocument.DrawAfterElement(TSVGGraphicElement,TSVGMatrix,TSVGCanvas,TSVGRect,Boolean) Method

Comments (0)

Draw the sibling svg elements (and their children) of the specified element (i.e., the elements that have the same parent but are after the specified element in the parent's Items property) to the specified canvas inside the specified rectangle.

No ancestors are drawn. The svg sibling elements are drawn where they would be if the entire SVG was drawn.

Namespace: RSSVG

expandingSyntax

Parameters

Element

Type: TSVGGraphicElement

Draw "younger" siblings of this element
 

aMatrix

Type: System.Void

cumulative transformations from the Parent element (and its Parents) to apply when drawing the element.

Canvas

Type: System.Void

Canvas to draw on

aRect

Type: System.Void

Rectangle to draw within

IncludeElement

Type: Boolean

Draw element and its children as well

expandingRemarks
expandingExamples
expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2016, Thomas G. Grubb