Leadtools.Annotations.Core名前空間 > IAnnAutomationControlインターフェース :AutomationTransformプロパティ |
LeadMatrix AutomationTransform {get;}
'Declaration
ReadOnly Property AutomationTransform As LeadMatrix
LeadMatrix AutomationTransform {get;}
@property (nonatomic,readonly) LeadMatrix automationTransform;
LeadMatrix getAutomationTransform();
get_AutomationTransform();
単一のコンテナモードが使われるとき、提供された実装はImageViewer.GetImageTransformWithDpi(false)を返します。
複数のコンテナモードを使用するとき、各々のコンテナは様々な変換行列を持っているかもしれません。したがって、デフォルトの実装は、要請されたコンテナのために値を得るために、AutomationContainerIndexを使います。Leadtools.Controls.ImageViewerコントロールを使うとき、これはImageViewer.ItemsでインデックスAutomationContainerIndexで項目のImageViewer.GetItemImageTransformWithDpiに変換します。