 | VCGDumperGetLineStyle Method |
Gets the VCG string representation of a GrLineStyle object.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static string GetLineStyle(
GrLineStyle style
)
Parameters
- style
- Type: de.unika.ipd.grGen.libGrGrLineStyle
The GrLineStyle object.
Return Value
Type:
StringThe VCG string representation of
style.
See Also