graphicsPipeline
01 Syntax
SMRUCC.Rsharp.Runtime.graphicsPipeline
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetRawColor | 1 | 因为html颜色不支持透明度,所以这个函数是为了解决透明度丢失的问题而编写的 |
| getSize | 1 | get size value from the arguments list |
| CheckDpiArgument | 1 | |
| getDpi | 1 | |
| CheckSizeArgument | 1 |
03 Members
GetRawColor(
Object, String)因为html颜色不支持透明度,所以这个函数是为了解决透明度丢失的问题而编写的
Parameters
| Name | Type | Description |
|---|---|---|
color | Object | - |
default$ | String | - |
get size value from the arguments list
Parameters
| Name | Type | Description |
|---|---|---|
args | Dictionary(Of String, Object) | - |
env | Environment | - |
default | SizeF | the default size value is the parameter is not found |
Returns
size is get via the parameter names:
- size: should be an integer vector of [width,height]
- w and h
- width and height
CheckDpiArgument(
Dictionary(Of String, Object))CheckSizeArgument(
Dictionary(Of String, Object))