←Select platform

Transform Property

Summary

Gets or sets the transform Matrix of AnnContainer.

Syntax

C#
VB
C++
public virtual Matrix Transform { get; set; } 
  
Public Overridable Property Transform As Matrix 
public: 
virtual property Matrix^ Transform { 
   Matrix^ get(); 
   void set (    Matrix^ ); 
} 

Property Value

A System.Drawing.Drawing2D.Matrix matrix that represents the transform Matrix of AnnContainer.

Remarks

This member controls how the various objects inside the container are painted. Usually, this member is linked directly to the Leadtools.WinForms.RasterImageViewer.Transform property to link an annotation container with a raster image viewer and provide seamless scrolling and zooming.

Example

For an example, refer to AnnContainer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly