a 2D or 3D DOM point, used primarily by SVG.
Public Member Functions | |
DOMPoint (bool readOnly, double x, double y) | |
DOMPoint (double x, double y, double z, double w) | |
void | Detach () |
Detaches this value from a serializable list. More... | |
void | Attach (SVGSerializable list) |
Attaches this value to a serializable list. More... | |
void | Serialize (System.Text.StringBuilder sb) |
Used when serializing this value. More... | |
Public Member Functions inherited from Svg.ISVGListable | |
void | Serialize (System.Text.StringBuilder sb) |
Properties | |
double | x [get, set] |
double | y [get, set] |
double | z [get, set] |
double | w [get, set] |
Private Attributes | |
double | x_ |
double | y_ |
double | z_ |
double | w_ |
bool | IsReadOnly |
SVGSerializable | List |
|
inline |
|
inline |
|
inline |
Attaches this value to a serializable list.
Implements Svg.ISVGListable.
|
inline |
Detaches this value from a serializable list.
Implements Svg.ISVGListable.
|
inline |
Used when serializing this value.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
getset |
|
getset |
|
getset |
|
getset |