Hide

SftButton/OCX 3.0 - Button Control

Display
Print

ActualWidth Property, SftPictureObject Object

Returns the actual width of the image.

Syntax

Get

VB.NETWPix = object.ActualWidth As Integer
VBWPix = object.ActualWidth As Long
C#.NETint WPix = object.ActualWidth;
VC++long WPix = object->ActualWidth;
long WPix = object->GetActualWidth();
CHRESULT object->get_ActualWidth(long* WPix);

object

A SftPictureObject object.

WPix

Returns the actual width of the image.

Comments

The ActualWidth property returns the actual width of the image.

The SftPictureObject.Width property returns the desired image width, last defined by the application. The desired width is only used for certain image types (see SftPictureObject.Type).

See Also SftPictureObject Object | Object Hierarchy


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