Class WCube
This 3D Widget defines a cube.
public class WCube : UnmanagedObject, IDisposable, IWidget3D, IWidget
- Inheritance
-
WCube
- Implements
- Inherited Members
Constructors
WCube(MCvPoint3D64f, MCvPoint3D64f, bool, MCvScalar)
Constructs a WCube.
public WCube(MCvPoint3D64f minPoint, MCvPoint3D64f maxPoint, bool wireFrame, MCvScalar color)
Parameters
minPoint
MCvPoint3D64fSpecifies minimum point of the bounding box.
maxPoint
MCvPoint3D64fSpecifies maximum point of the bounding box.
wireFrame
boolIf true, cube is represented as wireframe.
color
MCvScalarColor of the cube.
Properties
GetWidget
Get the pointer to the Widget obj
public nint GetWidget { get; }
Property Value
GetWidget3D
Get the pointer to the Widget3D obj
public nint GetWidget3D { get; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this WCube object
protected override void DisposeObject()