Articles and Tutorials

SVG API

API class reference for the SmartFIND Vector Graphics library.

GSCircle
GSCircle represents a circle based on a center point and a radius.
Read more...
 
GSEllipse
GSEllipse represents an ellipse based on a center point and two radii.
Read more...
 
GSLine
GSLine defines a line segment that starts at one point and ends at another
Read more...
 
GSPath
GSPath represents the outline of a shape which can be filled and stroked.
Read more...
 
GSPolygon
GSPolygon represents a vector-based polygon feature. This is a closed shape consisting of a set of connected straight line segments.
Read more...
 
GSPolyline
GSPolyline represents a vector-based polyline feature. A polyline defines a set of connected straight line segments. Typically 'polyline' elements define open shapes.
Read more...
 
GSRect
GSRect defines a rectangle. Rounded rectangles can be achieved by setting the rectangle's radius property.
Read more...
 
GSVectorGraphics
GSVectorGraphics is the abstract base class for all vector graphics components in the SmartFIND Vector Graphics API providing a cross-browser interface for creating and manipulating these components. It supports a subset of the SVG presentation attributes for to set fill and stroke properties for each element.
Read more...