←Select platform

AngleOffset Property

Summary

Gets or sets a value that represents the amount of angular pattern offset in hundredths of degrees (+/-).

Syntax

C#
VB
WinRT C#
C++
public int AngleOffset { get; set; } 
Public Property AngleOffset As Integer 
public int AngleOffset {get; set;} 
 <br/>get_AngleOffset();<br/>set_AngleOffset(value);<br/>Object.defineProperty('AngleOffset');  
public: 
property int AngleOffset { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the angular pattern offset in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise. Angular pattern offset only occurs when either HalfTonePatternCommandType.Circle or HalfTonePatternCommandType.Ellipse is selected in type property.

Example

Refer to HalfTonePatternCommand example.

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.ImageProcessing.Core Assembly