ChildrenRegionsListReviseByRef Method
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void ReviseByRef(
string encodedText,
PointF location,
float? fontHeight,
Color? textColor,
Color? backColor
)
Public Sub ReviseByRef (
encodedText As String,
location As PointF,
fontHeight As Single?,
textColor As Color?,
backColor As Color?
)
public:
void ReviseByRef(
String^ encodedText,
PointF location,
Nullable<float> fontHeight,
Nullable<Color> textColor,
Nullable<Color> backColor
)
member ReviseByRef :
encodedText : string *
location : PointF *
fontHeight : Nullable<float32> *
textColor : Nullable<Color> *
backColor : Nullable<Color> -> unit
Parameters
- encodedText String
-
- location PointF
-
- fontHeight NullableSingle
-
- textColor NullableColor
-
- backColor NullableColor
-