C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / LineDef Class


In This Topic
LineDef Class Methods
In This Topic

For a list of all members of this type, see LineDef members.

Public Methods
 NameDescription
Public MethodDetermines whether the specified LineDef object is equal to the current object. This method compares the property values on the objects.  
Public MethodServes as a hash function for the LineDef type.  
Public MethodTests whether the current and another LineDef objects define same line styles - i.e. whether the values of LineDef.Color, LineDef.BackColor, LineDef.DashStyle and LineDef.DashPattern properties are the same. Note that this method does NOT compare the lines' widths.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a LineDef object, and initialises it with values acquired by parsing a string representation of a LineDef.  
Public MethodReturns a string that represents the current object.  
Top
See Also