All Frameworks  Class Hierarchy  This Framework Previous Next  Index

Structure Visualization.CAT2DGeomTextPixmap

CAT2DGeomTextPixmap

public struct CAT2DGeomTextPixmap

Structure representing a bitmap image of a 2D geometric text.

Data Member Index

o _Position[2]
Bitmap position coordinates in the model.
o _Origin[2]
Location of the text origin in the bitmap.
o _Pixmap
Bitmap image.

Data Members

o _Position[2]
  public float _Position[2]
Bitmap position coordinates in the model. It is expressed in model coordinates.
o _Origin[2]
  public float _Origin[2]
Location of the text origin in the bitmap. It is the first glyph left base point in the bitmap image. This point must coincide with _Position in the model.
o _Pixmap
  public CATPixelImage * _Pixmap
Bitmap image. It is encoded in RGBA (4 bytes per pixel).