←Select platform

Angle Property

Summary

Amount by which the method rotates the image.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Angle", IsRequired=true)] 
public int Angle { get; set; } 
  
<DataMemberAttribute(Name="Angle", IsRequired=True)> 
Public Property Angle As Integer 
[DataMemberAttribute(Name="Angle", IsRequired=true)] 
public: 
property int Angle { 
   int get(); 
   void set (    int ); 
} 

Property Value

Amount by which the method rotates the image. The amount of rotation is expressed in hundredths of degrees. For example, 500 means 5 degrees clockwise. Valid values range from -2000 through 2000.

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.Services.ImageProcessing.DataContracts Assembly