Gets upscaled size of a desired crop area.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual int GetUpScaledCropSize(
	int rectangleSize,
	bool isWidth
)
Visual Basic
Protected Overridable Function GetUpScaledCropSize ( 
	rectangleSize As Integer,
	isWidth As Boolean
) As Integer
Visual C++
protected:
virtual int GetUpScaledCropSize(
	int rectangleSize, 
	bool isWidth
)
F#
abstract GetUpScaledCropSize : 
        rectangleSize : int * 
        isWidth : bool -> int 
override GetUpScaledCropSize : 
        rectangleSize : int * 
        isWidth : bool -> int 

Parameters

rectangleSize
Type: System..::..Int32
Rectangle size.
isWidth
Type: System..::..Boolean
IsWidth.

Return Value

Type: Int32
Scaled size.

See Also