Hide Comments
Hide Comments

Comments (0)

Defines the ways that an image can be drawn within the boundaries of a TRSChartLayer

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TImageMode = ( 
  imCenter, 
  imLeft, 
  imRight, 
  imTop, 
  imBottom, 
  imStretch, 
  imTile, 
  imProportional, 
  imProportionalCenter); 
 

expandingMembers

 

Name

Description

public enummember

imBottom

Draw the image graphic at the bottom of the layer and centered in the horizontal direction. The image is drawn at full size.

public enummember

imCenter

Centers an image graphic within the layer. The image is drawn at full size.
 

public enummember

imLeft

Draw the image graphic at the left of the layer and centered in the vertical direction. The image is drawn at full size.
 

public enummember

imProportional

Stretches the image as much as possible to fill the layer while preserving the proportion of the image

public enummember

imProportionalCenter

Stretches the image as much as possible to fill the layer while preserving the proportion of the image and centers the image in the layer

public enummember

imRight

Draw the image graphic at the right of the layer and centered in the vertical direction. The image is drawn at full size.

public enummember

imStretch

Stretches the width and height of the graphic to fill the layer. Note that the image can look warped if the width and height were not changed proportionally
 

public enummember

imTile

Fills the layer with multiple copies of the image by painting it again and again side to side and top to bottom. The size of the tile is the original image's dimensions.

public enummember

imTop

Draw the image graphic at the top of the layer and centered in the horizontal direction. The image is drawn at full size.
 

Top

expandingSee Also

Reference

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb