Class WArrow
This 3D Widget defines an arrow.
public class WArrow : UnmanagedObject, IDisposable, IWidget3D, IWidget
- Inheritance
-
WArrow
- Implements
- Inherited Members
Constructors
WArrow(MCvPoint3D64f, MCvPoint3D64f, double, MCvScalar)
Constructs an WArrow.
public WArrow(MCvPoint3D64f pt1, MCvPoint3D64f pt2, double thickness, MCvScalar color)
Parameters
pt1
MCvPoint3D64fStart point of the arrow.
pt2
MCvPoint3D64fEnd point of the arrow.
thickness
doubleThickness of the arrow. Thickness of arrow head is also adjusted accordingly.
color
MCvScalarColor of the arrow.
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 WArrow object
protected override void DisposeObject()