Property | Type | Description |
---|
Method | Description | |
---|---|---|
Rotate ( ) : System | ||
Rotate ( double angleDegrees ) : System | ||
Rotate ( double angleDegrees, string outputWidth, string outputHeight ) : System | ||
Rotate ( string angleExpression ) : System | ||
Rotate ( string angleExpression, string outputWidth, string outputHeight ) : System |
public Rotate ( double angleDegrees ) : System | ||
angleDegrees | double | |
return | System |
public Rotate ( double angleDegrees, string outputWidth, string outputHeight ) : System | ||
angleDegrees | double | |
outputWidth | string | |
outputHeight | string | |
return | System |
public Rotate ( string angleExpression ) : System | ||
angleExpression | string | |
return | System |
public Rotate ( string angleExpression, string outputWidth, string outputHeight ) : System | ||
angleExpression | string | |
outputWidth | string | |
outputHeight | string | |
return | System |