See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Scale a tool strip button image to the desired size.
Also add some height to put a space between the image and the text.
Namespace: NTier.AppWizard.FormsAssembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0
Syntax
C# |
---|
public void ScaleImageAndSet( Image image ) |
Visual Basic |
---|
Public Sub ScaleImageAndSet ( image As Image ) |
Visual C++ |
---|
public: void ScaleImageAndSet( Image^ image ) |
Parameters
- image
- Type: System.Drawing..::..Image