Dynamic HTML: Structured Graphics Activex Control
Dynamic HTML: Structured Graphics Activex Control
17.1 Introduction
The Structured Graphics Control, like the Tabular
Data Control, is an ActiveX control that can be
added to web page with an object tag.
Like the TDC, the Structured Graphics Control is
easily accessible through scripting.
Unlike the TDC, the Structured Graphics Control is
meant primarily for visual presentations, not for
displaying data and content.
Introduction
The Structured Graphics Control is a Web
interface for the widely used DirectAnimation
subset of Microsofts DirectX software, used in
many high-end video games and graphical
applications.
shape.html
BLUE
GREEN
LINE WIDTH
specified in pixels
NOTE:
To create a dashed line with the SetLineStyle method, you
must set the line width to 1.
BLUE
GREEN
height
width
5. starting angle in
degrees
6. size of the arc relative to the starting angle (in degrees)
7. the rotation of the arc
5. starting angle in
degrees
6. size of the arc relative to the starting angle
(in degrees)
7. the rotation of the arc
NOTE:
The Pie method takes the same parameters
as does the Arc method, but it fills the arc with the
color of the foreground, thus creates a pie shape.
Polygon(5, x1, y1, x2, y2, x3, y3,x4, y4, x5, y5)
1.
2.
3.
4.
5.
6.
7.
font face
Font size in points
Font weight (boldness ranging from 100 to 700)
Italic (0/1)
Underline (0/1)
Strikethrough (0/1)
<param name="Line0012"
value="Text( 'Shapes', -200, 200 ,-35)"/>
1.
2.
3.
4.
Text to be placed.
X coordinate
Y coordinate
Rotation in degrees