Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools.ImageProcessing Namespace > ShearCommand Class : Angle Property |
public int Angle {get; set;}
'Declaration
Public Property Angle As Integer
'Usage
Dim instance As ShearCommand Dim value As Integer instance.Angle = value value = instance.Angle
public int Angle {get; set;}
@property (nonatomic, assign) NSInteger angle
public int getAngle() public void setAngle(int value)
<br/>get_Angle();<br/>set_Angle(value);<br/>Object.defineProperty('Angle');