Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

Height Property, SftPictureObject Object

Defines the desired image height.

Syntax

Get

VB.NETHPix = object.Height As Integer
VBHPix = object.Height As Long
C#.NETint HPix = object.Height;
VC++long HPix = object->Height;
long HPix = object->GetHeight();
CHRESULT object->get_Height(long* HPix);

Put

VB.NETobject.Height = HPix As Integer
VBobject.Height = HPix As Long
C#.NETint object.Height = HPix;
VC++long object->Height = HPix;
void object->PutHeight(long HPix);
CHRESULT object->put_Height(long HPix);

object

A SftPictureObject object.

HPix

Defines the desired image height.

Comments

The Height property defines the desired image height.

The desired image height is only used for built-in images (SftPictureObject.Type is sftTypeBuiltin) and color samples (SftPictureObject.Type is sftTypeColorSample). For all image types, the SftPictureObject.Height and SftPictureObject.Width properties reflect the image dimensions.

See Also SftPictureObject Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.