Initializes a new ApplyTransformationParametersCommand class object with explicit parameters.
public ApplyTransformationParametersCommand(int xTranslation,int yTranslation,int angle,int xScale,int yScale,ApplyTransformationParametersCommandFlags flags)
Public Function New( _ByVal xTranslation As Integer, _ByVal yTranslation As Integer, _ByVal angle As Integer, _ByVal xScale As Integer, _ByVal yScale As Integer, _ByVal flags As Leadtools.Imageprocessing.Core.ApplyTransformationParametersCommandFlags _)
public ApplyTransformationParametersCommand(int xTranslation,int yTranslation,int angle,int xScale,int yScale,Leadtools.Imageprocessing.Core.ApplyTransformationParametersCommandFlags flags)
- (instancetype)initWithXTranslation:(NSInteger)xTranslationyTranslation:(NSInteger)yTranslationangle:(NSInteger)anglexScale:(NSUInteger)xScaleyScale:(NSUInteger)yScaleflags:(LTApplyTransformationParametersCommandFlags)flags
public ApplyTransformationParametersCommand(int xTranslation,int yTranslation,int angle,int xScale,int yScale,int flags)
function ApplyTransformationParametersCommand(xTranslation ,yTranslation ,angle ,xScale ,yScale ,flags)
public:ApplyTransformationParametersCommand(int xTranslation,int yTranslation,int angle,int xScale,int yScale,Leadtools.Imageprocessing.Core.ApplyTransformationParametersCommandFlags flags)
xTranslation
The amount of image translation along the x-axis (Width). This value is divided internally by 100. This value must be equal to the one returned from GetTransformationParameters.
yTranslation
The amount of image translation (in pixels) along the y-axis (Height). This value is divided internally by 100. This value must be equal to the one returned from GetTransformationParameters.
angle
Angle of rotation, in hundredths of degrees (+/-). This can be a number from 1 to 36,000. This value is divided internally by 100. A positive value means the image rotated in a clockwise rotation, while a negative value means the image rotated in a counter-clockwise rotation. This value must be equal to the one returned from GetTransformationParameters.
xScale
The amount of image x-axis (Width) scaling. This is a percentage value (divided internally by 100). This value must be equal to the one returned from GetTransformationParameters. This parameter accepts only positive values.
yScale
The amount of image y-axis (Height) scaling. This is a percentage value (divided internally by 100). This value must be equal to the one returned from GetTransformationParameters. This parameter accepts only positive values.
flags
Flag that specifies the behavior when resizing the image.
Refer to GetTransformationParameters
ApplyTransformationParametersCommand Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
