Table of Contents

TGdipUIGraphics.TGdipUIGraphics Constructor

Creates a new instance.

Syntax

Namespace: FlexCel.Draw

public TGdipUIGraphics(Graphics aGraphics, Boolean aNeedsDispose)

Parameters

<-> Parameter Type Description
aGraphics Graphics Graphics that this object will use.
aNeedsDispose Boolean If true, this object will take ownership of aGraphics, and aGraphics will be disposed when this object is disposed.

See also