Table of Contents

TUIGraphics Class

This class represents a native canvas for drawing.

Syntax

Namespace: FlexCel.Core

public abstract class TUIGraphics: IDisposable

Methods

Name Description
Dispose Overloaded
Dispose
Dispose(Boolean)
Clear Clears the image to a color.
FromImage Gets the graphics context from an image.
SetMode Sets the interpolation and smoothing modes.

Operators

Name Description
Implicit Conversion 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.