Creates new Font class instance. This constructor copies font settings from given System.Drawing.Font class instance.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ font As Font _ )
public Font( Font font )
Type: System.Drawing.Font
System.Drawing.Font class instance which is used to take settings from.