ComponentOne Bitmap for UWP
Scale(RectF,Single,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > RectF Structure > Scale Method : Scale(RectF,Single,Single) Method
Scales all coordinates of a rectangle by the specified scaleX and scaleY.
Syntax
'Declaration
 
Public Overloads Shared Function Scale( _
   ByVal rc As RectF, _
   ByVal scaleX As System.Single, _
   ByVal scaleY As System.Single _
) As RectF
public static RectF Scale( 
   RectF rc,
   System.float scaleX,
   System.float scaleY
)

Parameters

rc
scaleX
scaleY
See Also

Reference

RectF Structure
RectF Members
Overload List