ComponentOne Bitmap for WPF
Scale(Size2F,Single,Single) Method

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Size2F Structure > Scale Method : Scale(Size2F,Single,Single) Method
Scales the width and height by the specified scaleX and scaleY.
Syntax
'Declaration
 
Public Overloads Shared Function Scale( _
   ByVal sz As Size2F, _
   ByVal scaleX As System.Single, _
   ByVal scaleY As System.Single _
) As Size2F
public static Size2F Scale( 
   Size2F sz,
   System.float scaleX,
   System.float scaleY
)

Parameters

sz
scaleX
scaleY
See Also

Reference

Size2F Structure
Size2F Members
Overload List