'Declaration Public Function GetAndLockImageWithGreaterScale( _
ByVal sourceRectRectangle on source image.As System.Drawing.RectangleF, _
ByVal scaleSource image scale.As Single _
) As CachedImage
public CachedImage GetAndLockImageWithGreaterScale(
System.Drawing.RectangleF sourceRect,
float scale
)
public: CachedImage* GetAndLockImageWithGreaterScale(
System.Drawing.RectangleF* sourceRect,
float scale
)
public:
CachedImage^ GetAndLockImageWithGreaterScale(
System.Drawing.RectangleF^ sourceRect,
float scale
)
Parameters
- sourceRect
- Rectangle on source image.
- scale
- Source image scale.
Return Value
An image, which contains specified rectangle and has scale equal or greater than specified.