←Select platform

Alignment Property

Summary

Gets or sets a LeadMatrix object specifying how to align the modified image.

Syntax
C#
VB
C++
public Nullable<LeadMatrix> Alignment {get; set;} 
Public Property Alignment() As Nullable(Of LeadMatrix) 
   Get 
   Set 
public:  
   property Nullable<LeadMatrix^>^ Alignment 
   { 
      Nullable<LeadMatrix^>^ get() 
      void set(Nullable<LeadMatrix^>^ value) 
   } 

Property Value

An optional transformation matrix used to overlay the modified bitmap onto the reference bitmap. The default value is null.

Remarks

If no value is provided, no transformation will be performed and the image will be aligned to the top-left.

Example

Refer to the CompareBitmapCommand example.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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