LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

RasterPictureBoxSizeMode Enumeration

Show in webframe





Values which determine how the control displays the image and whether it automatically adjusts the display rectangles.
Syntax
public enum RasterPictureBoxSizeMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum RasterPictureBoxSizeMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterPictureBoxSizeMode

            

            
public enum class RasterPictureBoxSizeMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NormalNormal, no sizing
0x00000001StretchImageFit the image to fill the destination rectangle. The aspect ratio might not be maintained.
0x00000002AutoSizePerform automatic sizing.
0x00000003CenterImageCenter the image in the middle of the destination rectangle.
0x00000004FitFit and Center the image in the middle of the destination rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.RasterPictureBoxSizeMode

Requirements

Target Platforms

See Also

Reference

Leadtools.WinForms Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.