Layout
Layout class
Represents layout contained by the CAD drawing.
public sealed class Layout : IEquatable<Layout>
Constructors
| Name |
Description |
| Layout() |
Initializes new instance of Layout class. |
| Layout(string, float, float) |
Initializes new instance of Layout class. |
Properties
| Name |
Description |
| Height { get; set; } |
The height of the layout. |
| Name { get; set; } |
The name of the layout. |
| Width { get; set; } |
The width of the layout. |
Methods
| Name |
Description |
| Equals(Layout) |
Determines whether the current Layout is the same as specified Layout object. |
| override Equals(object) |
Determines whether the current Layout is the same as specified object. |
| override GetHashCode() |
Returns the hash code for the current Layout object. |
| override ToString() |
Returns a string that represents the current object. |
| operator == |
Determines whether two Layout objects are the same. |
| operator != |
Determines whether two Layout objects are not the same. |
See Also