←Select platform

AnnStretch Enumeration

Summary

Describes how content is resized to fill its allocated space.

Syntax

C#
VB
C++
public enum AnnStretch : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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.

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.

3Fill(0x00000001)

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

Example

For C#/VB examples, refer to AnnPolygonObject.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Windows.Annotations Assembly
Click or drag to resize