TUIPen Implicit Conversion Operator
Creates a UIPen from a given System.Drawing.Pen. Important: When you do an implicit conversion, the TUIPen will take ownership of the pen, and the original System.Drawing.Pen will be disposed when you dispose this class.
Syntax
Namespace: FlexCel.Core
public static TUIPen op_Implicit(Pen aPen)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aPen | Pen |