Click or drag to resize

Drawing Methods

The Drawing type exposes the following members.

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