←Select platform

RasterPaintAlignMode Enumeration

Summary
Determines how to align the image in the destination rectangle.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum RasterPaintAlignMode 
typedef NS_ENUM(NSInteger, LTRasterPaintAlignMode) { 
 LTRasterPaintAlignModeNear = 0,  
 LTRasterPaintAlignModeCenter = 1,  
 LTRasterPaintAlignModeCenterAlways = 2,  
 LTRasterPaintAlignModeFar = 3 
}; 
public final class RasterPaintAlignMode 
    extends java.lang.Enum<RasterPaintAlignMode> 
public enum class RasterPaintAlignMode   
class RasterPaintAlignMode(Enum): 
   Near = 0 
   Center = 1 
   CenterAlways = 2 
   Far = 3 
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.

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.