Table of Contents

Class BitmapFill3D

Namespace
LightningChartLib.WinForms.Charting.Views.View3D
Assembly
LightningChart.WinForms.Charting.NET4.dll

Bitmap fill for 3D surface mesh.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class BitmapFill3D : ChartNode, IChartNode, IDisposable
Inheritance
BitmapFill3D
Implements
Inherited Members

Constructors

BitmapFill3D()

Default constructor.

public BitmapFill3D()

BitmapFill3D(IChartNode)

Constructor

public BitmapFill3D(IChartNode owner)

Parameters

owner IChartNode
param owner M:LightningChartLib.WinForms.Charting.Views.View3D.BitmapFill3D.#ctor(LightningChartLib.WinForms.Charting.IChartNode)

Properties

Antialias

Antialias.

public bool Antialias { get; set; }

Property Value

bool

Image

Image object

public Image Image { get; set; }

Property Value

Image

ImageAlpha

Image alpha. 0 is transparent, 255 fully visible

public int ImageAlpha { get; set; }

Property Value

int

MirrorHorizontal

Flip image horizontally

public bool MirrorHorizontal { get; set; }

Property Value

bool

MirrorVertical

Mirror bitmap vertically.

public bool MirrorVertical { get; set; }

Property Value

bool

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Convert object to string.

public override string ToString()

Returns

string
returns M:LightningChartLib.WinForms.Charting.Views.View3D.BitmapFill3D.ToString