Click or drag to resize

G2DPolarCoordinateSystemGetRegion Method

Get a region object, which describes the plotting area. Used to clip the plotting to the plotting area.

Namespace: Altaxo.Graph.Gdi.CS
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override Region GetRegion()

Return Value

Region
A region object describing the plotting area.
See Also