←Select platform

AnnStretch Enumeration

Summary

Describes how content is resized to fill its allocated space.

Syntax

C#
VB
C++
public enum AnnStretch 
  
Public Enum AnnStretch  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class AnnStretch : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0None

The content preserves its original size.

1Fill(0x00000001)

The content is resized to fill the destination dimensions. The aspect ratio is not preserved.

2Uniform

The content is resized to fit in the destination dimensions while it preserves its native aspect ratio.

3UniformToFill

The content is resized to fill the destination dimensions while it preserves its native aspect ratio. If the aspect ratio of the destination rectangle differs from the source, the source content is clipped to fit in the destination dimensions.

Example

For C#/VB examples, refer to AnnPolygonObject.

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.Windows.Annotations Assembly