Table of Contents

TUIGraphics Implicit Conversion Operator

Creates a UIGraphics from a given System.Drawing.Graphics. Important: When you do an implicit conversion, the TUIBrush will take ownership of the brush, and the original System.Drawing.Brush will be disposed when you dispose this class.

Syntax

Namespace: FlexCel.Core

public static TUIGraphics op_Implicit(Graphics gr)

Parameters

<-> Parameter Type Description
gr Graphics

See also