MindFusion.Mapping Programmer's Guide

NullShape Members

Constructors Properties Methods
 


Represents a null shape with no geometric data; often used as a place holder until data becomes available.

The following tables list the members exposed by the NullShape type.

 Public Constructors

  Name Description

NullShape

Initializes a new instance of the NullShape class.

 Public Properties

  Name Description

Type

Shape.Type override.

 Public Methods

  Name Description

GetBoundingBox

Shape.GetBoundingBox override.

GetCenter

Shape.GetCenter override.

SaveTo

Shape.SaveTo override.

 Protected Methods

  Name Description

Draw

MapElement.Draw override.

HitTest

MapElement.HitTest override.

 See Also