Click or drag to resize

Drawing Class

Represents paper or partial drawing.
Inheritance Hierarchy

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class Drawing

The Drawing type exposes the following members.

Constructors
  NameDescription
Protected methodDrawing
Initializes a new instance of the Drawing class
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the description of the paper or part drawing.
Public propertyDocument
Retrieve the document associated with the paper or subdiagram.
Public propertyEditable
Gets a value indicating whether the paper or subdiagram is editable.
Public propertyGridSettings
Get the grid setting for paper or partial drawing.
Public propertyID
Get the ID of the paper or partial drawing.
Public propertyIsCurrent
Get a value indicating whether it is the current paper or partial drawing.
Public propertyLayouts
Get a collection of layouts on paper or subdiagrams.
Public propertyName
Get or set the name of the paper or subdiagram.
Public propertyPrintable
Gets or sets a value indicating whether the paper or subpage is to be printed.
Public propertyPrintRangeBottomLeft
Get the lower left coordinates of the print range of paper or partial drawing.
Public propertyPrintRangeTopRight
Get the upper right coordinates of the print range of the paper or partial drawing.
Public propertyShapes
Get a collection of shapes on paper or subdiagrams.
Public propertyState
Get or set the state of the paper or partial drawing.
Public propertyUserOrigin
Get or set the drawing origin of paper or partial drawing.
Public propertyVisible
Gets a value indicating whether paper or partial drawing is displayed.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveTo
Move the paper or part drawing to the specified position.
Public methodSetOtherState
Set the state of other the papers or part drawings.
Public methodSetPrintRange
Set the printing range of the paper or partial drawing.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransformPointLocalToUser
Convert the coordinates from the local coordinate system to the user coordinate system.
Public methodTransformPointUserToLocal
Convert the coordinates from the user coordinate system to the local coordinate system.
Top
See Also