Hide Comments
Hide Comments

Comments (0)

x-axis coordinate of the element which has the smaller x-axis coordinate value in the current user coordinate system

The X, Y, Width, and Height properties specify coordinates in virtual pixels of the nearest viewbox, or coordinate system. For example, a TSVGDocument may specify a ViewBox of 0, 0, 100, 100. Specifying an element's X and Y as 50, 50 will always position the element to start in the exact center of the view box. If the TSVGDocument is then drawn to a true pixel rectangle of 1000 pixel width and 500 pixel height, the element would draw at 500, 250 pixels.

noteNote

Note that this property is before any transformation (i.e., RSSVG.TSVGGraphicElement.Matrix property) is applied

Namespace: RSSVG

expandingSyntax

Property Value

Type: Single

expandingSee Also

Comments (0)

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