nuget server logo nuget api documents
↑

API Docs / REnv / graphicsPipeline

graphicsPipeline

Full name SMRUCC.Rsharp.Runtime.graphicsPipeline Assembly REnv Members 5

01 Syntax

SMRUCC.Rsharp.Runtime.graphicsPipeline

02 Methods

NameOverloadsSummary
GetRawColor 1 因为html颜色不支持透明度,所以这个函数是为了解决透明度丢失的问题而编写的
getSize 1 get size value from the arguments list
CheckDpiArgument 1
getDpi 1
CheckSizeArgument 1

03 Members

method GetRawColor #
GetRawColor(Object, String)

因为html颜色不支持透明度,所以这个函数是为了解决透明度丢失的问题而编写的

Parameters
NameTypeDescription
colorObject

-

default$String

-

method getSize #
getSize(Dictionary(Of String, Object), Environment, SizeF)

get size value from the arguments list

Parameters
NameTypeDescription
argsDictionary(Of String, Object)

-

envEnvironment

-

defaultSizeF

the default size value is the parameter is not found

Returns

size is get via the parameter names:

  1. size: should be an integer vector of [width,height]
  2. w and h
  3. width and height
method CheckDpiArgument #
CheckDpiArgument(Dictionary(Of String, Object))
method getDpi #
getDpi(Dictionary(Of String, Object), Environment, Int32)
method CheckSizeArgument #
CheckSizeArgument(Dictionary(Of String, Object))