RectangleMHelper Class

Namespace: Stimulsoft.Base.Drawing

Inheritance

Inherits from: TypeConverter

Methods

Method Returns Description
ConvertRectangleMToString static (+1 overloads) string  
ConvertStringToRectangleM static RectangleM  

Method Details

ConvertRectangleMToString static

ConvertRectangleMToString(rectangle: RectangleM): string

Parameters

Returns string


ConvertRectangleMToString(rectangle: RectangleM, separator: char): string

Parameters

Returns string


ConvertStringToRectangleM static

ConvertStringToRectangleM(str: string, separator: char): RectangleM

Parameters

  • str (string)
  • separator (char)

Returns RectangleM