Click or drag to resize

PolygonF Class

Inheritance Hierarchy
SystemObject
  Atalasoft.Utils.GeometryPolygonF

Namespace:  Atalasoft.Utils.Geometry
Assembly:  Atalasoft.dotImage.Lib (in Atalasoft.dotImage.Lib.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public class PolygonF : ISerializable, ICloneable

The PolygonF type exposes the following members.

Constructors
  NameDescription
Public methodPolygonF
Initializes a new instance of the PolygonF class
Public methodPolygonF(PointF)
Initializes a new instance of the PolygonF class
Public methodPolygonF(PointFCollection)
Initializes a new instance of the PolygonF class
Public methodPolygonF(SerializationInfo, StreamingContext)
Initializes a new instance of the PolygonF class
Top
Properties
  NameDescription
Public propertyBounds
Public propertyIsRectangular
Public propertyPoints
Top
Methods
  NameDescription
Public methodClone
Public methodContains(Point)
Public methodContains(PointF)
Public methodEquals (Overrides ObjectEquals(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.)
Protected methodIsRectangle
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Top
See Also