NewHeight Property (ILEADRasterDlgImg)
short NewHeight; | |
Overview |
Refer to Using Imaging Common Dialogs |
Remarks
Gets or sets the width value in the Resize and the CanvasResize dialog boxes.
The value set must not exceed the maximum set in the MaxNewWidth property. In addition, if you set RESIZE_MAINTAINASPECT in the UIFlags property before calling the ShowResizeDlg method you must be sure that the NewHeight and NewWidth properties have the same aspect ratio as the CurrentWidth and CurrentHeight properties. Otherwise, both the NewWidth and NewHeight property values will be replaced with the CurrentWidth and CurrentHeight property values respectively. If you set this property to 0 the dialog's initial width value will equal the value of the CurrentWidth property. | |
It represents the new width entered by the user. |
See Also
Elements |