点击或拖拽改变大小

RGraphicsDrawString 方法

Draw the given string using the given font and foreground color at given location.

命名空间:  DSkin.Html.Adapters
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public abstract void DrawString(
	string str,
	RFont font,
	RColor color,
	RPoint point,
	RSize size,
	bool rtl
)

参数

str
类型:SystemString
the string to draw
font
类型:DSkin.Html.AdaptersRFont
the font to use to draw the string
color
类型:DSkin.Html.Adapters.EntitiesRColor
the text color to set
point
类型:DSkin.Html.Adapters.EntitiesRPoint
the location to start string draw (top-left)
size
类型:DSkin.Html.Adapters.EntitiesRSize
used to know the size of the rendered text for transparent text support
rtl
类型:SystemBoolean
is to render the string right-to-left (true - RTL, false - LTR)
参见