You are here: Start » FIL.NET » Object2D Structure

Object2D Structure

Namespace:Fil
Assembly:FilNet.Types.dll

This is output structure for template matching related functions. It groups matched object with its properties.

Constructors

 ConstructorDescription
Object2D(Rectangle2D, CoordinateSystem2D, Point2D, Single, Single, Single, Single)

Properties

 NameTypeDescription
AlignmentFil.CoordinateSystem2D
AngleSystem.Single
AspectSystem.Single
DefaultFil.Object2D Gets a default instance of the Object2D.
EmptyFil.Object2D Gets an empty instance of the Object2D.
MatchFil.Rectangle2D
PointFil.Point2D
ScaleSystem.Single
ScoreSystem.Single

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(Fil.Object2D)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also