←Select platform

RasterPaintAlignMode Enumeration

Summary

Determines how to align the image in the destination rectangle.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly