ComponentOne Bitmap for UWP
Scale(Size2F,Point2F) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix3x2 Structure > Scale Method : Scale(Size2F,Point2F) Method
Creates a scale transformation matrix.
Syntax
'Declaration
 
Public Overloads Shared Function Scale( _
   ByVal size As Size2F, _
   ByVal center As Point2F _
) As Matrix3x2
public static Matrix3x2 Scale( 
   Size2F size,
   Point2F center
)

Parameters

size
center
See Also

Reference

Matrix3x2 Structure
Matrix3x2 Members
Overload List