Click or drag to resize

BasicShape Class

Object representing either an ellipse or a rectangle filter
Inheritance Hierarchy
SystemObject
  LynceeTec.ImagingBasicShape

Namespace:  LynceeTec.Imaging
Assembly:  LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public class BasicShape : IEquatable<BasicShape>

The BasicShape type exposes the following members.

Constructors
  NameDescription
Public methodBasicShape
Initializes a new instance of the BasicShape class
Top
Methods
  NameDescription
Public methodEquals
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Top
Fields
  NameDescription
Public fieldcenterX
X coordinate of the center of the ellipse
Public fieldcenterY
Y coordinate of the center of the ellipse
Public fieldcutBand
Select what part of the filter must be kept
Public fieldheight
Height of the rectangle
Public fieldintersection
Decides whether the shape must intersect with the existing ones or not.
Public fieldleft
Coordinate of the top-left corner of the rectangle in the X direction
Public fieldradiusX
Radius of the ellipse in the X direction
Public fieldradiusY
Radius of the ellipse in the Y direction
Public fieldshapeType
Type of the shape (Ellipse or Rectangle)
Public fieldtop
Coordinate of the top-left corner of the rectangle in the Y direction
Public fieldwidth
Width of the rectangle
Top
See Also