ArcObjects Library Reference (DefenseSolutions)  

IGraphicTextFactory.MakeTransformedRotated Method

Fills a geometry bag with polygons representing a given text string. Format details, including angle, are provided as function arguments.

ERROR: Syntax information about IGraphicTextFactory.MakeTransformedRotated may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT MakeTransformedRotated(
  BSTR Text,
  IPoint* Location,
  double Height,
  double Angle,
  moleTextJustifyEnum Justification,
  IGeometryBag* TransformedGeometry
);
[C++]

Parameters

Text [in]   Text is a parameter of type BSTR Location [in]

  Location is a parameter of type IPoint

Height [in]   Height is a parameter of type double Angle [in]   Angle is a parameter of type double Justification [in]

  Justification is a parameter of type moleTextJustifyEnum

TransformedGeometry [in]

  TransformedGeometry is a parameter of type IGeometryBag

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicTextFactory Interface