Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSVclSVG > RSSVG.Text > Classes > TSVGCustomText > Methods

TSVGCustomText.DoInternalDraw(TSVGMatrix,TSVGCanvas,TSVGRect) Method

Scroll Prev Top Next More

Draw the current SVG element only (not its children) to the specified canvas inside the specified rectangle. The matrix parameter specifies the cumulative transformations from the Parent element (and its Parents) to apply when drawing the element.

This method is overridden by descendant classes for svg element specific drawing.

noteNote

If the Shape property returns a path, this method will draw the path

Namespace: RSSVG.Text

Parameters

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

Return Value

Type: Boolean

Overrides

TSVGGraphicElement.DoInternalDraw(TSVGMatrix,TSVGCanvas,TSVGRect)
 

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb