This document is archived and information here might be outdated.  Recommended version.


IACRasterMarkerSymbol.HotSpot Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACRasterMarkerSymbol Interface > IACRasterMarkerSymbol.HotSpot Property
ArcGIS Developer Help

IACRasterMarkerSymbol.HotSpot Property

The hotspot of the bitmap.

[Visual Basic .NET]
Public Property HotSpot As IPoint
[C#]
public IPoint HotSpot {get; set;}
[C++]
HRESULT get_HotSpot(
  IPoint** point
);
[C++]
HRESULT put_HotSpot(
  IPoint* point
);
[C++]
Parameters
point [out, retval]

point is a parameter of type IPoint** point [in]
point is a parameter of type IPoint*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IACRasterMarkerSymbol Interface