Click or drag to resize

Geometry Class

A member of Segment class, spatial information with collection of polgons is provided
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.ImageProcessing.DocumentGeometry

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage.AdvancedDocClean (in Atalasoft.dotImage.AdvancedDocClean.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public class Geometry : ISerializable, ICloneable

The Geometry type exposes the following members.

Constructors
  NameDescription
Public methodGeometry
Initializes a new instance of the Geometry class
Public methodGeometry(SerializationInfo, StreamingContext)
Initializes a new instance of the Geometry class
Public methodGeometry(Rectangle, Boolean, PolygonFCollection)
Initializes a new instance of the Geometry class
Top
Properties
  NameDescription
Public propertyBounds
Rectangular region bounding all of SubRegions
Public propertyIsRectangular
Indicator whether the geometry of interest is rectangle
Public propertySubRegions
Top
Methods
  NameDescription
Public methodClone
Public methodContains(Point)
Public methodContains(PointF)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetClonedObject
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersects(Rectangle)
Public methodIntersects(Geometry)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveTo
Public methodOffset
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also