An NDoc Documented Class Library

HitInfo Class

HitInfo is the basic info object. Derived from that are the clsses HitItemList.drawLineInfo, HitItemList.drawPolyInfo, HitItemList.drawPolyPolyInfo, HitItemList.drawCurveInfo, HitItemList.drawPolyCurveInfo, HitItemList.drawPolyPolyCurveInfo, HitItemList.drawSurfaceInfo, HitItemList.drawPointInfo, HitItemList.drawTextInfo, HitItemList.drawImageInfo If you wish more informationa about a catched drawing, the you obtain this in the field Info In this field is a infoobject stored. It's depends on KindOfPrimitiv. So you can for example cast the field HitItem.Info to drawLineInfo, if KindOfPrimitiv equals HitItemList.Primitives.Line is.

For a list of all members of this type, see HitInfo Members.

System.Object
   Minais.Drawing3d.Selection.HitInfo
      Derived types

public class HitInfo

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Minais.Drawing3d.Selection

Assembly: Drawing3d (in Drawing3d.dll)

See Also

HitInfo Members | Minais.Drawing3d.Selection Namespace