C# Class Emgu.CV.Structure.Cross2DF

A 2D cross
Exibir arquivo Open project: fajoy/RTSPExample Class Usage Examples

Public Methods

Method Description
Cross2DF ( PointF center, float width, float height ) : System

Construct a cross

Method Details

Cross2DF() public method

Construct a cross
public Cross2DF ( PointF center, float width, float height ) : System
center System.Drawing.PointF The center of the cross
width float the width of the cross
height float the height of the cross
return System