LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RasterPaintAlignMode Enumeration






Determines how to align the image in the destination rectangle. .NET support Silverlight support WinRT support
Syntax
public enum RasterPaintAlignMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum RasterPaintAlignMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterPaintAlignMode
public enum RasterPaintAlignMode : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.RasterPaintAlignMode = function() { };
Leadtools.RasterPaintAlignMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class RasterPaintAlignMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
CenterCenter 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.
CenterAlwaysCenter the image in the middle of the destination rectangle.
FarAlign the image to the right (if this is the horizontal alignment) or bottom (if this is the vertical alignment) of the destination rectangle.
NearAlign the image to the left (if this is the horizontal alignment) or top (if this is the vertical alignment) of the destination rectangle.
Remarks
Used by the the RasterImage.CalculatePaintModeRectangle method to determines how to align the image in the destination rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterPaintAlignMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.