Click or drag to resize

HitTestRectangularData Methods

The HitTestRectangularData type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetHittedAreaInWorldCoord Returns the hit area in world coordinates by applying the inverse current coordinate transformation.
Public methodGetHittedAreaInWorldCoord(MatrixD2D) Returns the hit area in world coordinates by applying the inverse current coordinate transformation and then the provided inverse coordinate transformation.
Public methodGetTransformation Gets the transformation of this item plus an additional transformation. Both together transform world coordinates to page coordinates.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsCovering(PointD2D) Determines whether the hit area covers the specified point.
Public methodIsCovering(PointF) Determines whether the hit area covers the specified path points.
Public methodIsCovering(RectangleD2D) Determines whether the hit area covers the specified rectangle.
Public methodIsCovering(PointD2D, MatrixD2D) Determines whether the hit area covers the specified point after applying an additional transformation.
Public methodIsCovering(RectangleD2D, MatrixD2D) Determines whether the hit area covers the specified rectangle after applying an additional transformation.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodNewFromAdditionalTransformation Creates a new instance with an additional transformation.
Public methodNewFromTranslationRotationScaleShear Creates a new instance with an additional translation, rotation, scaling, and shear transformation.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also