Visual Basic (Declaration) | |
---|---|
Public Enum RasterPaintAlignMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterPaintAlignMode |
C# | |
---|---|
public enum RasterPaintAlignMode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class RasterPaintAlignMode : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
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. |
CenterAlways | Center the image in the middle of the destination rectangle. |
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. |
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. |
Used by the the RasterImage.CalculatePaintModeRectangle method to determines how to align the image in the destination rectangle.
System.Object
System.ValueType
System.Enum
Leadtools.RasterPaintAlignMode
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7