Hide Comments
Hide Comments

TSVGGraphicElement.BeginDraw(TSVGMatrix,TSVGCanvas,TSVGRect) Method

Comments (0)

Initializes the canvas with the current element's Brush, Pen, Font, and Clipping information to prepare the canvas for drawing the svg element.

The state of the input canvas is saved so that it may be restored after drawing the current element.

noteNote

This function returns True if the current element should be drawn. If the function returns False, the current element will not be drawn though all setup (clipping rectangles, fonts, etc) will still be done. Its children's draw methods will also still be called.

Namespace: RSSVG

expandingSyntax

Parameters

aMatrix

Type: System.Void

Canvas

Type: System.Void

aRect

Type: System.Void

Return Value

Type: Boolean

expandingSee Also

Comments (0)

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