←Select platform

ResizeType Property

Summary

Gets or sets the resize algorithm type.

Syntax
C#
VB
Objective-C
C++
Java
public ResizeInterpolateCommandType ResizeType { get; set; } 
Public Property ResizeType As ResizeInterpolateCommandType 
@property (nonatomic, assign) LTResizeInterpolateCommandType resizeType 
public ResizeInterpolateCommandType getResizeType() 
public void setResizeType(ResizeInterpolateCommandType value) 
public: 
property ResizeInterpolateCommandType ResizeType { 
   ResizeInterpolateCommandType get(); 
   void set (    ResizeInterpolateCommandType ); 
} 

Property Value

Value that represents the algorithm type used in resizing the image. For possible values refer to ResizeInterpolateCommandType.

Example

Refer to ResizeInterpolateCommand 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