Skip to main content

TdxSmartGlyph.SourceHeight Property

Specifies the container’s image display height, in pixels.

Declaration

property SourceHeight: Integer read; write;

Property Value

Type Description
Integer

The container’s image display height, in pixels.

Remarks

You can use SourceHeight and SourceWidth properties to adjust the stored glyph’s dimensions on a screen. If unspecified, these properties return the current dimensions of the stored image (Height and Width property values).

Tip

The stored image’s on-screen height is the product of the SourceHeight property value and the ratio between the current monitor DPI and the SourceDPI property value.

Default Value

The SourceHeight property’s default value is 0.

The default SourceHeight property value indicates that the container’s height matches the height of the stored image. The SourceHeight property returns the Height property value.

See Also