←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly