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
ownerIChartNodeparam owner M:LightningChartLib.WinForms.Charting.Views.View3D.BitmapFill3D.#ctor(LightningChartLib.WinForms.Charting.IChartNode)
Properties
Antialias
Antialias.
public bool Antialias { get; set; }
Property Value
Image
Image object
public Image Image { get; set; }
Property Value
ImageAlpha
Image alpha. 0 is transparent, 255 fully visible
public int ImageAlpha { get; set; }
Property Value
MirrorHorizontal
Flip image horizontally
public bool MirrorHorizontal { get; set; }
Property Value
MirrorVertical
Mirror bitmap vertically.
public bool MirrorVertical { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue 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