WT_XAML_Polyline Class Reference

Inheritance diagram for WT_XAML_Polyline:

Inheritance graph
[legend]
Collaboration diagram for WT_XAML_Polyline:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 29 of file XamlPolyline.h.

Public Member Functions

WT_XAML_Polyline const & operator= (const WT_XAML_Polyline &pline) throw (WT_Result)
 Assignment operator. Assigns the data from the given polyline to this one.

Protected Member Functions

 WT_XAML_Polyline (void)
virtual ~WT_XAML_Polyline (void)
 WT_XAML_Polyline (int count, WT_Logical_Point const *points, WT_Boolean copy) throw (WT_Result)
 Constructs a WT_Polyline object from the given data.
 WT_XAML_Polyline (const WT_XAML_Polyline &pline) throw (WT_Result)
 Constructs a WT_Polyline object. Copy constructor.
 WT_XAML_Polyline (const WT_Polyline &pline) throw (WT_Result)

Friends

class WT_XAML_Class_Factory
class XamlPath
class WT_XAML_File


Constructor & Destructor Documentation

WT_XAML_Polyline::WT_XAML_Polyline int  count,
WT_Logical_Point const *  points,
WT_Boolean  copy
throw (WT_Result) [inline, protected]
 

Constructs a WT_Polyline object from the given data.

Parameters:
count  The number of points in the array.
points  Pointer to the array of points.
copy  Whether the points should be copied or if their addresses should be used directly from the array.

Definition at line 44 of file XamlPolyline.h.


Member Function Documentation

WT_XAML_Polyline const& WT_XAML_Polyline::operator= const WT_XAML_Polyline pline  )  throw (WT_Result) [inline]
 

Assignment operator. Assigns the data from the given polyline to this one.

Note:
If the incoming polyline's points are not copied, i.e. it is directly using client memory, then the new polyline will do the same.

Definition at line 67 of file XamlPolyline.h.


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:40:14 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5