Leadtools.Services.Raster.DataContracts Namespace : RasterAlignMode Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterAlignMode")] public enum RasterAlignMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterAlignMode")> Public Enum RasterAlignMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterAlignMode
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterAlignMode")] public enum class RasterAlignMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Near | Align the image to the left (if this is the horizontal alignment) or top (if this is the vertical alignment) of the destination rectangle. |
0x00000001 | Center | Center 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. |
0x00000002 | CenterAlways | Center the image in the middle of the destination rectangle. |
0x00000003 | Far | Align the image to the right (if this is the horizontal alignment) or bottom (if this is the vertical alignment) of the destination rectangle. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.Raster.DataContracts.RasterAlignMode