Pen Methods
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates an exact copy of this Pen. |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Dispose() | Releases all resources used by this Pen. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MultiplyTransform(Matrix^) | |
![]() | MultiplyTransform(Matrix^, MatrixOrder) | |
![]() | ResetTransform() | Resets the geometric transformation matrix for this Pen to identity. |
![]() | RotateTransform(Single) | Rotates the local geometric transformation by the specified angle. This method prepends the rotation to the transformation. |
![]() | RotateTransform(Single, MatrixOrder) | Rotates the local geometric transformation by the specified angle in the specified order. |
![]() | ScaleTransform(Single, Single) | Scales the local geometric transformation by the specified factors. This method prepends the scaling matrix to the transformation. |
![]() | ScaleTransform(Single, Single, MatrixOrder) | Scales the local geometric transformation by the specified factors in the specified order. |
![]() | SetLineCap(LineCap, LineCap, DashCap) | Sets the values that determine the style of cap used to end lines drawn by this Pen. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TranslateTransform(Single, Single) | Translates the local geometric transformation by the specified dimensions. This method prepends the translation to the transformation. |
![]() | TranslateTransform(Single, Single, MatrixOrder) | Translates the local geometric transformation by the specified dimensions in the specified order. |

