C#
VB
Java
Objective-C
WinRT C#
C++
Determines how to align the image in the destination rectangle.
public enum RasterPaintAlignMode
Public Enum RasterPaintAlignMode
public enum RasterPaintAlignMode
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
Members
Value | Member | Description |
---|---|---|
0 | 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. |
1 | 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. |
2 | CenterAlways | Center the image in the middle of the destination rectangle. |
3 | 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. |
Used by the RasterImage.CalculatePaintModeRectangle method to determines how to align the image in the destination rectangle.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET