Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterPaintAlignMode Enumeration








Determines how to align the image in the destination rectangle.
Syntax
'Declaration
 
Public Enum RasterPaintAlignMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RasterPaintAlignMode
public enum RasterPaintAlignMode : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTRasterPaintAlignMode)
public enum RasterPaintAlignMode
Leadtools.RasterPaintAlignMode = function() { };
Leadtools.RasterPaintAlignMode.prototype = {<br/>
  Near = 0,
	Center = 1,
	CenterAlways = 2,
	Far = 3,
	
 };
public enum class RasterPaintAlignMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0NearAlign the image to the left (if this is the horizontal alignment) or top (if this is the vertical alignment) of the destination rectangle.
1CenterCenter the image in the middle of the destination rectangle. If the image size is greater than the destination rectangle size then do not center the image.
2CenterAlwaysCenter the image in the middle of the destination rectangle.
3FarAlign the image to the right (if this is the horizontal alignment) or bottom (if this is the vertical alignment) of the destination rectangle.
Remarks
Used by the RasterImage.CalculatePaintModeRectangle method to determines how to align the image in the destination rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterPaintAlignMode

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file