'Declaration Public Function Draw( _ ByVal rotation As UInteger, _ ByVal cropping As RectangleF, _ ByRef updatedWidthPercent As Single, _ ByRef updatedHeightPercent As Single _ ) As Image
'Usage Dim instance As Image Dim rotation As UInteger Dim cropping As RectangleF Dim updatedWidthPercent As Single Dim updatedHeightPercent As Single Dim value As Image value = instance.Draw(rotation, cropping, updatedWidthPercent, updatedHeightPercent)
public Image Draw( uint rotation, RectangleF cropping, out float updatedWidthPercent, out float updatedHeightPercent )