From c00ee07d0661d36cb5f5bb727e2e6214ce96322b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=AE=E4=B8=AD=E4=BA=8C=E7=97=85=E3=81=AB?= =?UTF-8?q?=E7=88=86=E7=84=94=E3=82=92=EF=BC=81?= Date: Tue, 6 Feb 2024 11:17:01 +0800 Subject: [PATCH] msbuild --- .../Ranges/Model/DoubleRange.html | 8 +- .../Graphic/Axis/XAxisLayoutStyles.html | 14 +-- .../Data/ChartPlots/Graphic/Canvas/Theme.html | 94 +++++++-------- .../Data/ChartPlots/Graphic/Plot.html | 6 +- .../VisualBasic/Data/GraphTheory/Vertex.html | 4 +- .../visualize/Network/Graph/NetworkGraph.html | 4 +- .../Data/visualize/Network/Graph/Node.html | 14 +-- .../Layouts/SpringForce/ForceDirected2D.html | 14 +-- .../VisualBasic/Imaging/Driver/Drivers.html | 12 +- .../VisualBasic/Imaging/Graphics2D.html | 98 ++++++++++++++++ .../VisualBasic/Imaging/IGraphics.html | 90 ++++++++++++++ .../Imaging/PostScript/GraphicsPS.html | 82 +++++++++++++ .../VisualBasic/Imaging/SVG/GraphicsSVG.html | 82 +++++++++++++ .../Microsoft/VisualBasic/Imaging/Wmf.html | 111 ++++++++++++++++++ .../Interpreter/ExecuteEngine/Expression.html | 6 +- vignettes/clr/System/Byte.html | 55 +++++++++ vignettes/clr/System/Drawing/Color.html | 14 +-- .../clr/System/Drawing/Drawing2D/Matrix.html | 62 ++++++++++ vignettes/clr/System/Drawing/Graphics.html | 87 ++++++++++++++ vignettes/clr/System/Drawing/PointF.html | 58 +++++++++ vignettes/clr/System/Drawing/RectangleF.html | 68 +++++++++++ vignettes/clr/System/Drawing/Region.html | 55 +++++++++ vignettes/clr/System/Drawing/SizeF.html | 58 +++++++++ vignettes/clr/System/Enum.html | 55 +++++++++ vignettes/clr/System/MarshalByRefObject.html | 53 +++++++++ vignettes/clr/System/Numerics/Matrix3x2.html | 58 +++++++++ vignettes/clr/System/Numerics/Vector2.html | 55 +++++++++ .../clr/ggplot/colors/ggplotColorMap.html | 6 +- vignettes/clr/ggplot/ggplot.html | 28 ++--- vignettes/clr/ggplot/ggplotBase.html | 2 +- vignettes/clr/ggplot/ggplotReader.html | 22 ++-- .../ggplot/ggraph/layout/spring_embedder.html | 4 +- .../ggplot/ggraph/layout/spring_force.html | 4 +- .../clr/ggplot/ggraph/render/edgeRender.html | 10 +- .../clr/ggplot/ggraph/render/nodeRender.html | 10 +- .../clr/ggplot/ggraph/render/textRender.html | 12 +- vignettes/clr/ggplot/layers/ggplotLayer.html | 6 +- 37 files changed, 1274 insertions(+), 147 deletions(-) create mode 100644 vignettes/clr/Microsoft/VisualBasic/Imaging/Graphics2D.html create mode 100644 vignettes/clr/Microsoft/VisualBasic/Imaging/IGraphics.html create mode 100644 vignettes/clr/Microsoft/VisualBasic/Imaging/PostScript/GraphicsPS.html create mode 100644 vignettes/clr/Microsoft/VisualBasic/Imaging/SVG/GraphicsSVG.html create mode 100644 vignettes/clr/Microsoft/VisualBasic/Imaging/Wmf.html create mode 100644 vignettes/clr/System/Byte.html create mode 100644 vignettes/clr/System/Drawing/Drawing2D/Matrix.html create mode 100644 vignettes/clr/System/Drawing/Graphics.html create mode 100644 vignettes/clr/System/Drawing/PointF.html create mode 100644 vignettes/clr/System/Drawing/RectangleF.html create mode 100644 vignettes/clr/System/Drawing/Region.html create mode 100644 vignettes/clr/System/Drawing/SizeF.html create mode 100644 vignettes/clr/System/Enum.html create mode 100644 vignettes/clr/System/MarshalByRefObject.html create mode 100644 vignettes/clr/System/Numerics/Matrix3x2.html create mode 100644 vignettes/clr/System/Numerics/Vector2.html diff --git a/vignettes/clr/Microsoft/VisualBasic/ComponentModel/Ranges/Model/DoubleRange.html b/vignettes/clr/Microsoft/VisualBasic/ComponentModel/Ranges/Model/DoubleRange.html index 70b8a1ba..4a90bf65 100644 --- a/vignettes/clr/Microsoft/VisualBasic/ComponentModel/Ranges/Model/DoubleRange.html +++ b/vignettes/clr/Microsoft/VisualBasic/ComponentModel/Ranges/Model/DoubleRange.html @@ -30,12 +30,12 @@

Declare

# namespace Microsoft.VisualBasic.ComponentModel.Ranges.Model export class DoubleRange { - # Minimum value - Min: double; - # Maximum value - Max: double; # Length of the range (deffirence between maximum and minimum values) Length: double; + # Maximum value + Max: double; + # Minimum value + Min: double; # A vector with 2 elements: [min, max] MinMax: double; } diff --git a/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Axis/XAxisLayoutStyles.html b/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Axis/XAxisLayoutStyles.html index 6a469fd4..dda4ca30 100644 --- a/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Axis/XAxisLayoutStyles.html +++ b/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Axis/XAxisLayoutStyles.html @@ -33,17 +33,17 @@

Declare

# (默认样式) x轴位于图表的底部 Bottom: XAxisLayoutStyles = 0; - # X轴位于图表的顶端 - Top: XAxisLayoutStyles = 1; - # x轴位于图表的中部 Centra: XAxisLayoutStyles = 2; + None: XAxisLayoutStyles = 4; + + # X轴位于图表的顶端 + Top: XAxisLayoutStyles = 1; + # X轴位于Y轴纵坐标值为零的位置 ZERO: XAxisLayoutStyles = 3; - None: XAxisLayoutStyles = 4; - }
@@ -53,10 +53,10 @@

.NET clr type reference tree

  1. this class extends from Enum class: Enum
  2. use by field member Bottom: XAxisLayoutStyles
  3. -
  4. use by field member Top: XAxisLayoutStyles
  5. use by field member Centra: XAxisLayoutStyles
  6. -
  7. use by field member ZERO: XAxisLayoutStyles
  8. use by field member None: XAxisLayoutStyles
  9. +
  10. use by field member Top: XAxisLayoutStyles
  11. +
  12. use by field member ZERO: XAxisLayoutStyles
diff --git a/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Canvas/Theme.html b/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Canvas/Theme.html index 9b998c64..ab814c9d 100644 --- a/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Canvas/Theme.html +++ b/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Canvas/Theme.html @@ -30,72 +30,72 @@

Declare

# namespace Microsoft.VisualBasic.Data.ChartPlots.Graphic.Canvas export class Theme { + # 坐标轴上的标签的字体样式 + axisLabelCSS: string; + axisStroke: string; + # 坐标轴上的标尺的字体样式 + axisTickCSS: string; + axisTickPadding: double; + axisTickStroke: string; # 背景色 background: string; - # 绘图区域的位置与布局 - padding: string; + colorSet: string; + drawAxis: boolean; + # 是否再作图区显示网格? + drawGrid: boolean; + drawLabels: boolean; + # 是否显示图例 + drawLegend: boolean; + # Swapping X- and Y-Axes? + flipAxis: boolean; + # the background of the charting plot region + gridFill: string; + gridStrokeX: string; + gridStrokeY: string; + htmlLabel: boolean; + legendBoxBackground: string; + # 图例的边框线条样式 + legendBoxStroke: string; + # 图例标签字体样式 + legendLabelCSS: string; + # 图例的布局位置 + legendLayout: Layout; + legendSplitSize: integer; + legendTickAxisStroke: string; + # 这个是为绘制colorMap的图例的标尺准备的 + legendTickCSS: string; + legendTickFormat: string; + # 图例标题字体样式 + legendTitleCSS: string; + # 绘制的线条的样式 + lineStroke: string; # 大标题字体样式 mainCSS: string; mainTextColor: string; mainTextWrap: boolean; + # 绘图区域的位置与布局 + padding: string; + # 数据点的大小值 + pointSize: integer; # 副标题字体样式 subtitleCSS: string; - # 图例标题字体样式 - legendTitleCSS: string; - # 这个是为绘制colorMap的图例的标尺准备的 - legendTickCSS: string; - legendTickAxisStroke: string; - legendTickFormat: string; - # 图例标签字体样式 - legendLabelCSS: string; - legendSplitSize: integer; - # 图例的布局位置 - legendLayout: Layout; - # 图例的边框线条样式 - legendBoxStroke: string; - legendBoxBackground: string; + tagColor: string; # 在图表之中的某一个数据点的显示字体样式 tagCSS: string; - tagColor: string; # 在图表上的数字标签的格式 tagFormat: string; # 数据点与数据标签之间的连接线的样式 tagLinkStroke: string; - # 数据点的大小值 - pointSize: integer; # X坐标轴的布局 xAxisLayout: XAxisLayoutStyles; - xAxisRotate: double; xAxisReverse: boolean; - # Swapping X- and Y-Axes? - flipAxis: boolean; - # Y坐标轴的布局 - yAxisLayout: YAxisLayoutStyles; - yAxislabelPosition: YlabelPosition; - # 坐标轴上的标签的字体样式 - axisLabelCSS: string; - # 坐标轴上的标尺的字体样式 - axisTickCSS: string; - axisTickStroke: string; - axisTickPadding: double; - axisStroke: string; + xAxisRotate: double; # 一般为F2或者G3 XaxisTickFormat: string; + yAxislabelPosition: YlabelPosition; + # Y坐标轴的布局 + yAxisLayout: YAxisLayoutStyles; YaxisTickFormat: string; - drawAxis: boolean; - # 是否显示图例 - drawLegend: boolean; - drawLabels: boolean; - # 是否再作图区显示网格? - drawGrid: boolean; - # 绘制的线条的样式 - lineStroke: string; - gridStrokeX: string; - gridStrokeY: string; - # the background of the charting plot region - gridFill: string; - htmlLabel: boolean; - colorSet: string; } @@ -105,8 +105,8 @@

.NET clr type reference tree

  1. use by property member legendLayout: Layout
  2. use by property member xAxisLayout: XAxisLayoutStyles
  3. -
  4. use by property member yAxisLayout: YAxisLayoutStyles
  5. use by property member yAxislabelPosition: YlabelPosition
  6. +
  7. use by property member yAxisLayout: YAxisLayoutStyles
diff --git a/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Plot.html b/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Plot.html index 2f67bcf3..be034a85 100644 --- a/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Plot.html +++ b/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Plot.html @@ -30,12 +30,12 @@

Declare

# namespace Microsoft.VisualBasic.Data.ChartPlots.Graphic export class Plot { - xlabel: string; - ylabel: string; - zlabel: string; legendTitle: string; # the main title string main: string; + xlabel: string; + ylabel: string; + zlabel: string; } diff --git a/vignettes/clr/Microsoft/VisualBasic/Data/GraphTheory/Vertex.html b/vignettes/clr/Microsoft/VisualBasic/Data/GraphTheory/Vertex.html index 43f3919b..92e79758 100644 --- a/vignettes/clr/Microsoft/VisualBasic/Data/GraphTheory/Vertex.html +++ b/vignettes/clr/Microsoft/VisualBasic/Data/GraphTheory/Vertex.html @@ -30,10 +30,10 @@

Declare

# namespace Microsoft.VisualBasic.Data.GraphTheory export class Vertex { - # The unique id of this node - label: string; # Array index.(使用数字表示的唯一标识符) ID: integer; + # The unique id of this node + label: string; } diff --git a/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Graph/NetworkGraph.html b/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Graph/NetworkGraph.html index 6cfa689b..156f8655 100644 --- a/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Graph/NetworkGraph.html +++ b/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Graph/NetworkGraph.html @@ -34,10 +34,10 @@

Declare

# This therefore returns all Nodes that will be visible in the drawing. # (这个属性之中是没有任何孤立的节点的) connectedNodes: Node[]; + graphEdges: IEnumerable`1; pinnedNodes: Node[]; size: ValueTuple`2; vertex: IEnumerable`1; - graphEdges: IEnumerable`1; } @@ -47,10 +47,10 @@

.NET clr type reference tree

  1. this class extends from NetworkGraph`2 class: NetworkGraph`2
  2. use by property member connectedNodes: Node
  3. +
  4. use by property member graphEdges: IEnumerable`1
  5. use by property member pinnedNodes: Node
  6. use by property member size: ValueTuple`2
  7. use by property member vertex: IEnumerable`1
  8. -
  9. use by property member graphEdges: IEnumerable`1
diff --git a/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Graph/Node.html b/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Graph/Node.html index 989ba934..aeab7e55 100644 --- a/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Graph/Node.html +++ b/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Graph/Node.html @@ -30,17 +30,17 @@

Declare

# namespace Microsoft.VisualBasic.Data.visualize.Network.Graph export class Node extends Node { - data: NodeData; # Get all of the edge collection that connect to current node object adjacencies: AdjacencySet`1; + data: NodeData; + degree: ValueTuple`2; directedVertex: DirectedVertex; + ID: integer; + label: string; # 这个节点是被钉住的?在进行布局计算的时候,钉住的节点将不会更新位置 pinned: boolean; - visited: boolean; text: string; - degree: ValueTuple`2; - label: string; - ID: integer; + visited: boolean; } @@ -49,10 +49,10 @@

.NET clr type reference tree

  1. this class extends from Node class: Node
  2. -
  3. use by property member data: NodeData
  4. use by property member adjacencies: AdjacencySet`1
  5. -
  6. use by property member directedVertex: DirectedVertex
  7. +
  8. use by property member data: NodeData
  9. use by property member degree: ValueTuple`2
  10. +
  11. use by property member directedVertex: DirectedVertex
diff --git a/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Layouts/SpringForce/ForceDirected2D.html b/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Layouts/SpringForce/ForceDirected2D.html index c89fd142..107ba5ab 100644 --- a/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Layouts/SpringForce/ForceDirected2D.html +++ b/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Layouts/SpringForce/ForceDirected2D.html @@ -30,17 +30,17 @@

Declare

# namespace Microsoft.VisualBasic.Data.visualize.Network.Layouts.SpringForce export class ForceDirected2D extends ForceDirected`1 { - stiffness: double; - repulsion: double; damping: double; - threshold: double; - withinThreshold: boolean; - parallel: boolean; - radius: double; graph: NetworkGraph; + Height: double; interactiveMode: boolean; + parallel: boolean; + radius: double; + repulsion: double; + stiffness: double; + threshold: double; Width: double; - Height: double; + withinThreshold: boolean; } diff --git a/vignettes/clr/Microsoft/VisualBasic/Imaging/Driver/Drivers.html b/vignettes/clr/Microsoft/VisualBasic/Imaging/Driver/Drivers.html index 527c77af..cffbb49c 100644 --- a/vignettes/clr/Microsoft/VisualBasic/Imaging/Driver/Drivers.html +++ b/vignettes/clr/Microsoft/VisualBasic/Imaging/Driver/Drivers.html @@ -36,17 +36,17 @@

Declare

# Graphics2D GDI: Drivers = 1; - # GraphicsSVG - SVG: Drivers = 2; + PDF: Drivers = 5; # GraphicsPS PS: Drivers = 3; + # GraphicsSVG + SVG: Drivers = 2; + # Windows meta file: Wmf WMF: Drivers = 4; - PDF: Drivers = 5; - } @@ -57,10 +57,10 @@

.NET clr type reference tree

  • this class extends from Enum class: Enum
  • use by field member Default: Drivers
  • use by field member GDI: Drivers
  • -
  • use by field member SVG: Drivers
  • +
  • use by field member PDF: Drivers
  • use by field member PS: Drivers
  • +
  • use by field member SVG: Drivers
  • use by field member WMF: Drivers
  • -
  • use by field member PDF: Drivers
  • diff --git a/vignettes/clr/Microsoft/VisualBasic/Imaging/Graphics2D.html b/vignettes/clr/Microsoft/VisualBasic/Imaging/Graphics2D.html new file mode 100644 index 00000000..c5b86786 --- /dev/null +++ b/vignettes/clr/Microsoft/VisualBasic/Imaging/Graphics2D.html @@ -0,0 +1,98 @@ + + + + + Microsoft.VisualBasic.Imaging.Graphics2D + + + + + + +
    + + + + + + +
    Graphics2D {Microsoft.VisualBasic.Imaging}.NET clr documentation
    + +

    Graphics2D

    + +

    Description

    + +

    GDI+ device handle for encapsulates a GDI+ drawing surface.
    + (GDI+绘图设备句柄,这个对象其实是为了将gdi+绘图与图形模块的SVG绘图操作统一起来的)

    + +

    Declare

    + +
    +            
    +# namespace Microsoft.VisualBasic.Imaging
    +export class Graphics2D extends GDICanvas {
    +   Background: Color;
    +   # 在图象上面的中心的位置点
    +   Center: Point;
    +   CompositingMode: CompositingMode;
    +   CompositingQuality: CompositingQuality;
    +   Dpi: double;
    +   DpiX: double;
    +   DpiY: double;
    +   Font: Font;
    +   Graphics: Graphics;
    +   Height: integer;
    +   # GDI+ device handle memory.(GDI+设备之中的图像数据)
    +   ImageResource: Image;
    +   InterpolationMode: InterpolationMode;
    +   IsClipEmpty: boolean;
    +   IsVisibleClipEmpty: boolean;
    +   PageScale: double;
    +   PageUnit: GraphicsUnit;
    +   PixelOffsetMode: PixelOffsetMode;
    +   RenderingOrigin: Point;
    +   # Gets the width and height, in pixels, of this Graphics2D.ImageResource.(图像的大小)
    +   Size: Size;
    +   SmoothingMode: SmoothingMode;
    +   Stroke: Pen;
    +   TextContrast: integer;
    +   TextRenderingHint: TextRenderingHint;
    +   Width: integer;
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from GDICanvas class: GDICanvas
    2. +
    3. use by property member Background: Color
    4. +
    5. use by property member Center: Point
    6. +
    7. use by property member CompositingMode: CompositingMode
    8. +
    9. use by property member CompositingQuality: CompositingQuality
    10. +
    11. use by property member Font: Font
    12. +
    13. use by property member Graphics: Graphics
    14. +
    15. use by property member ImageResource: Image
    16. +
    17. use by property member InterpolationMode: InterpolationMode
    18. +
    19. use by property member PageUnit: GraphicsUnit
    20. +
    21. use by property member PixelOffsetMode: PixelOffsetMode
    22. +
    23. use by property member RenderingOrigin: Point
    24. +
    25. use by property member Size: Size
    26. +
    27. use by property member SmoothingMode: SmoothingMode
    28. +
    29. use by property member Stroke: Pen
    30. +
    31. use by property member TextRenderingHint: TextRenderingHint
    32. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/Microsoft/VisualBasic/Imaging/IGraphics.html b/vignettes/clr/Microsoft/VisualBasic/Imaging/IGraphics.html new file mode 100644 index 00000000..ebd6ad0f --- /dev/null +++ b/vignettes/clr/Microsoft/VisualBasic/Imaging/IGraphics.html @@ -0,0 +1,90 @@ + + + + + Microsoft.VisualBasic.Imaging.IGraphics + + + + + + +
    + + + + + + +
    IGraphics {Microsoft.VisualBasic.Imaging}.NET clr documentation
    + +

    IGraphics

    + +

    Description

    + +

    Encapsulates a GDI+(bitmap, wmf)/SVG etc drawing surface. This class must be inherited.

    + +

    Graphics

    + +

    Declare

    + +
    +            
    +# namespace Microsoft.VisualBasic.Imaging
    +export class IGraphics {
    +   # set background via @M:Microsoft.VisualBasic.Imaging.IGraphics.Clear(System.Drawing.Color) method.
    +   Background: Color;
    +   # Gets a value that specifies how composited images are drawn to this System.Drawing.Graphics.
    +   CompositingMode: CompositingMode;
    +   # Gets or sets the rendering quality of composited images drawn to this System.Drawing.Graphics.
    +   CompositingQuality: CompositingQuality;
    +   # max value of the [DpiX, DpiY]
    +   Dpi: double;
    +   # Gets the horizontal resolution of this System.Drawing.Graphics.
    +   DpiX: double;
    +   # Gets the vertical resolution of this System.Drawing.Graphics.
    +   DpiY: double;
    +   InterpolationMode: InterpolationMode;
    +   IsClipEmpty: boolean;
    +   IsVisibleClipEmpty: boolean;
    +   PageScale: double;
    +   PageUnit: GraphicsUnit;
    +   PixelOffsetMode: PixelOffsetMode;
    +   RenderingOrigin: Point;
    +   # the current canvas size in pixels: [width, height]
    +   Size: Size;
    +   SmoothingMode: SmoothingMode;
    +   TextContrast: integer;
    +   TextRenderingHint: TextRenderingHint;
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. use by property member Background: Color
    2. +
    3. use by property member CompositingMode: CompositingMode
    4. +
    5. use by property member CompositingQuality: CompositingQuality
    6. +
    7. use by property member InterpolationMode: InterpolationMode
    8. +
    9. use by property member PageUnit: GraphicsUnit
    10. +
    11. use by property member PixelOffsetMode: PixelOffsetMode
    12. +
    13. use by property member RenderingOrigin: Point
    14. +
    15. use by property member Size: Size
    16. +
    17. use by property member SmoothingMode: SmoothingMode
    18. +
    19. use by property member TextRenderingHint: TextRenderingHint
    20. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/Microsoft/VisualBasic/Imaging/PostScript/GraphicsPS.html b/vignettes/clr/Microsoft/VisualBasic/Imaging/PostScript/GraphicsPS.html new file mode 100644 index 00000000..6a26cb0a --- /dev/null +++ b/vignettes/clr/Microsoft/VisualBasic/Imaging/PostScript/GraphicsPS.html @@ -0,0 +1,82 @@ + + + + + Microsoft.VisualBasic.Imaging.PostScript.GraphicsPS + + + + + + +
    + + + + + + +
    GraphicsPS {Microsoft.VisualBasic.Imaging.PostScript}.NET clr documentation
    + +

    GraphicsPS

    + +

    Description

    + + + +

    Declare

    + +
    +            
    +# namespace Microsoft.VisualBasic.Imaging.PostScript
    +export class GraphicsPS extends MockGDIPlusGraphics {
    +   Background: Color;
    +   CompositingMode: CompositingMode;
    +   CompositingQuality: CompositingQuality;
    +   Dpi: double;
    +   DpiX: double;
    +   DpiY: double;
    +   InterpolationMode: InterpolationMode;
    +   IsClipEmpty: boolean;
    +   IsVisibleClipEmpty: boolean;
    +   PageScale: double;
    +   PageUnit: GraphicsUnit;
    +   PixelOffsetMode: PixelOffsetMode;
    +   RenderingOrigin: Point;
    +   Size: Size;
    +   SmoothingMode: SmoothingMode;
    +   TextContrast: integer;
    +   TextRenderingHint: TextRenderingHint;
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from MockGDIPlusGraphics class: MockGDIPlusGraphics
    2. +
    3. use by property member Background: Color
    4. +
    5. use by property member CompositingMode: CompositingMode
    6. +
    7. use by property member CompositingQuality: CompositingQuality
    8. +
    9. use by property member InterpolationMode: InterpolationMode
    10. +
    11. use by property member PageUnit: GraphicsUnit
    12. +
    13. use by property member PixelOffsetMode: PixelOffsetMode
    14. +
    15. use by property member RenderingOrigin: Point
    16. +
    17. use by property member Size: Size
    18. +
    19. use by property member SmoothingMode: SmoothingMode
    20. +
    21. use by property member TextRenderingHint: TextRenderingHint
    22. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/Microsoft/VisualBasic/Imaging/SVG/GraphicsSVG.html b/vignettes/clr/Microsoft/VisualBasic/Imaging/SVG/GraphicsSVG.html new file mode 100644 index 00000000..c4ceac5a --- /dev/null +++ b/vignettes/clr/Microsoft/VisualBasic/Imaging/SVG/GraphicsSVG.html @@ -0,0 +1,82 @@ + + + + + Microsoft.VisualBasic.Imaging.SVG.GraphicsSVG + + + + + + +
    + + + + + + +
    GraphicsSVG {Microsoft.VisualBasic.Imaging.SVG}.NET clr documentation
    + +

    GraphicsSVG

    + +

    Description

    + +

    SVG graphics generator

    + +

    Declare

    + +
    +            
    +# namespace Microsoft.VisualBasic.Imaging.SVG
    +export class GraphicsSVG extends MockGDIPlusGraphics {
    +   Background: Color;
    +   CompositingMode: CompositingMode;
    +   CompositingQuality: CompositingQuality;
    +   Dpi: double;
    +   DpiX: double;
    +   DpiY: double;
    +   InterpolationMode: InterpolationMode;
    +   IsClipEmpty: boolean;
    +   IsVisibleClipEmpty: boolean;
    +   PageScale: double;
    +   PageUnit: GraphicsUnit;
    +   PixelOffsetMode: PixelOffsetMode;
    +   RenderingOrigin: Point;
    +   Size: Size;
    +   SmoothingMode: SmoothingMode;
    +   TextContrast: integer;
    +   TextRenderingHint: TextRenderingHint;
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from MockGDIPlusGraphics class: MockGDIPlusGraphics
    2. +
    3. use by property member Background: Color
    4. +
    5. use by property member CompositingMode: CompositingMode
    6. +
    7. use by property member CompositingQuality: CompositingQuality
    8. +
    9. use by property member InterpolationMode: InterpolationMode
    10. +
    11. use by property member PageUnit: GraphicsUnit
    12. +
    13. use by property member PixelOffsetMode: PixelOffsetMode
    14. +
    15. use by property member RenderingOrigin: Point
    16. +
    17. use by property member Size: Size
    18. +
    19. use by property member SmoothingMode: SmoothingMode
    20. +
    21. use by property member TextRenderingHint: TextRenderingHint
    22. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/Microsoft/VisualBasic/Imaging/Wmf.html b/vignettes/clr/Microsoft/VisualBasic/Imaging/Wmf.html new file mode 100644 index 00000000..13a8a311 --- /dev/null +++ b/vignettes/clr/Microsoft/VisualBasic/Imaging/Wmf.html @@ -0,0 +1,111 @@ + + + + + Microsoft.VisualBasic.Imaging.Wmf + + + + + + +
    + + + + + + +
    Wmf {Microsoft.VisualBasic.Imaging}.NET clr documentation
    + +

    Wmf

    + +

    Description

    + +

    Windows Metafile (WMF) is an image file format originally designed for Microsoft Windows in the 1990s.
    + Windows Metafiles are intended to be portable between applications and may contain both vector graphics
    + and bitmap components. It acts in a similar manner to SVG files.

    + +

    Essentially, a WMF file stores a list of function calls that have to be issued to the Windows Graphics
    + Device Interface (GDI) layer to display an image on screen. Since some GDI functions accept pointers
    + to callback functions for error handling, a WMF file may erroneously include executable code.

    + +

    WMF Is a 16-bit format introduced in Windows 3.0. It Is the native vector format for Microsoft Office
    + applications such as Word, PowerPoint, And Publisher. As of 2015 revision 12 of the Windows Metafile
    + Format specification Is available for online reading Or download as PDF.

    + +

    The original 16 bit WMF file format was fully specified in volume 4 of the 1992 Windows 3.1 SDK documentation
    + (at least if combined with the descriptions of the individual functions and structures in the other volumes),
    + but that specification was vague about a few details. These manuals were published as printed books available
    + in bookstores with no click through EULA or other unusual licensing restrictions (just a general warning that
    + if purchased as part of a software bundle, the software would be subject to one).

    + +

    Over time the existence Of that historic specification was largely forgotten And some alternative implementations
    + resorted To reverse engineering To figure out the file format from existing WMF files, which was difficult And
    + Error prone. In September 2006, Microsoft again published the WMF file format specification In the context Of
    + the Microsoft Open Specification Promise, promising To Not assert patent rights To file format implementors.

    + +

    Declare

    + +
    +            
    +# namespace Microsoft.VisualBasic.Imaging
    +export class Wmf extends GDICanvas {
    +   Background: Color;
    +   CompositingMode: CompositingMode;
    +   CompositingQuality: CompositingQuality;
    +   Dpi: double;
    +   DpiX: double;
    +   DpiY: double;
    +   Font: Font;
    +   Graphics: Graphics;
    +   InterpolationMode: InterpolationMode;
    +   IsClipEmpty: boolean;
    +   IsVisibleClipEmpty: boolean;
    +   PageScale: double;
    +   PageUnit: GraphicsUnit;
    +   PixelOffsetMode: PixelOffsetMode;
    +   RenderingOrigin: Point;
    +   Size: Size;
    +   SmoothingMode: SmoothingMode;
    +   Stroke: Pen;
    +   TextContrast: integer;
    +   TextRenderingHint: TextRenderingHint;
    +   # The file path of the target wmf image file.
    +   wmfFile: string;
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from GDICanvas class: GDICanvas
    2. +
    3. use by property member Background: Color
    4. +
    5. use by property member CompositingMode: CompositingMode
    6. +
    7. use by property member CompositingQuality: CompositingQuality
    8. +
    9. use by property member Font: Font
    10. +
    11. use by property member Graphics: Graphics
    12. +
    13. use by property member InterpolationMode: InterpolationMode
    14. +
    15. use by property member PageUnit: GraphicsUnit
    16. +
    17. use by property member PixelOffsetMode: PixelOffsetMode
    18. +
    19. use by property member RenderingOrigin: Point
    20. +
    21. use by property member Size: Size
    22. +
    23. use by property member SmoothingMode: SmoothingMode
    24. +
    25. use by property member Stroke: Pen
    26. +
    27. use by property member TextRenderingHint: TextRenderingHint
    28. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/SMRUCC/Rsharp/Interpreter/ExecuteEngine/Expression.html b/vignettes/clr/SMRUCC/Rsharp/Interpreter/ExecuteEngine/Expression.html index 061e6c57..7ed0d739 100644 --- a/vignettes/clr/SMRUCC/Rsharp/Interpreter/ExecuteEngine/Expression.html +++ b/vignettes/clr/SMRUCC/Rsharp/Interpreter/ExecuteEngine/Expression.html @@ -30,12 +30,12 @@

    Declare

    # namespace SMRUCC.Rsharp.Interpreter.ExecuteEngine export class Expression { - # 推断出的这个表达式可能产生的值的类型 - type: TypeCodes; # debug used... expressionName: ExpressionTypes; # is a function? isCallable: boolean; + # 推断出的这个表达式可能产生的值的类型 + type: TypeCodes; } @@ -43,8 +43,8 @@

    Declare

    .NET clr type reference tree

      -
    1. use by property member type: TypeCodes
    2. use by property member expressionName: ExpressionTypes
    3. +
    4. use by property member type: TypeCodes
    diff --git a/vignettes/clr/System/Byte.html b/vignettes/clr/System/Byte.html new file mode 100644 index 00000000..fb00e74f --- /dev/null +++ b/vignettes/clr/System/Byte.html @@ -0,0 +1,55 @@ + + + + + System.Byte + + + + + + +
    + + + + + + +
    Byte {System}.NET clr documentation
    + +

    Byte

    + +

    Description

    + + + +

    Declare

    + +
    +            
    +# namespace System
    +export class Byte extends ValueType {
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from ValueType class: ValueType
    2. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Drawing/Color.html b/vignettes/clr/System/Drawing/Color.html index e5137908..f6ec451d 100644 --- a/vignettes/clr/System/Drawing/Color.html +++ b/vignettes/clr/System/Drawing/Color.html @@ -30,15 +30,15 @@

    Declare

    # namespace System.Drawing export class Color extends ValueType { - R: Byte; - G: Byte; - B: Byte; A: Byte; - IsKnownColor: boolean; + B: Byte; + G: Byte; IsEmpty: boolean; + IsKnownColor: boolean; IsNamedColor: boolean; IsSystemColor: boolean; Name: string; + R: Byte; } @@ -47,10 +47,10 @@

    .NET clr type reference tree

    1. this class extends from ValueType class: ValueType
    2. -
    3. use by property member R: Byte
    4. -
    5. use by property member G: Byte
    6. -
    7. use by property member B: Byte
    8. use by property member A: Byte
    9. +
    10. use by property member B: Byte
    11. +
    12. use by property member G: Byte
    13. +
    14. use by property member R: Byte
    diff --git a/vignettes/clr/System/Drawing/Drawing2D/Matrix.html b/vignettes/clr/System/Drawing/Drawing2D/Matrix.html new file mode 100644 index 00000000..64ebaadf --- /dev/null +++ b/vignettes/clr/System/Drawing/Drawing2D/Matrix.html @@ -0,0 +1,62 @@ + + + + + System.Drawing.Drawing2D.Matrix + + + + + + +
    + + + + + + +
    Matrix {System.Drawing.Drawing2D}.NET clr documentation
    + +

    Matrix

    + +

    Description

    + + + +

    Declare

    + +
    +            
    +# namespace System.Drawing.Drawing2D
    +export class Matrix extends MarshalByRefObject {
    +   Elements: double;
    +   IsIdentity: boolean;
    +   IsInvertible: boolean;
    +   MatrixElements: Matrix3x2;
    +   OffsetX: double;
    +   OffsetY: double;
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from MarshalByRefObject class: MarshalByRefObject
    2. +
    3. use by property member MatrixElements: Matrix3x2
    4. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Drawing/Graphics.html b/vignettes/clr/System/Drawing/Graphics.html new file mode 100644 index 00000000..a143af3d --- /dev/null +++ b/vignettes/clr/System/Drawing/Graphics.html @@ -0,0 +1,87 @@ + + + + + System.Drawing.Graphics + + + + + + +
    + + + + + + +
    Graphics {System.Drawing}.NET clr documentation
    + +

    Graphics

    + +

    Description

    + + + +

    Declare

    + +
    +            
    +# namespace System.Drawing
    +export class Graphics extends MarshalByRefObject {
    +   Clip: Region;
    +   ClipBounds: RectangleF;
    +   CompositingMode: CompositingMode;
    +   CompositingQuality: CompositingQuality;
    +   DpiX: double;
    +   DpiY: double;
    +   InterpolationMode: InterpolationMode;
    +   IsClipEmpty: boolean;
    +   IsVisibleClipEmpty: boolean;
    +   PageScale: double;
    +   PageUnit: GraphicsUnit;
    +   PixelOffsetMode: PixelOffsetMode;
    +   RenderingOrigin: Point;
    +   SmoothingMode: SmoothingMode;
    +   TextContrast: integer;
    +   TextRenderingHint: TextRenderingHint;
    +   Transform: Matrix;
    +   TransformElements: Matrix3x2;
    +   VisibleClipBounds: RectangleF;
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from MarshalByRefObject class: MarshalByRefObject
    2. +
    3. use by property member Clip: Region
    4. +
    5. use by property member ClipBounds: RectangleF
    6. +
    7. use by property member CompositingMode: CompositingMode
    8. +
    9. use by property member CompositingQuality: CompositingQuality
    10. +
    11. use by property member InterpolationMode: InterpolationMode
    12. +
    13. use by property member PageUnit: GraphicsUnit
    14. +
    15. use by property member PixelOffsetMode: PixelOffsetMode
    16. +
    17. use by property member RenderingOrigin: Point
    18. +
    19. use by property member SmoothingMode: SmoothingMode
    20. +
    21. use by property member TextRenderingHint: TextRenderingHint
    22. +
    23. use by property member Transform: Matrix
    24. +
    25. use by property member TransformElements: Matrix3x2
    26. +
    27. use by property member VisibleClipBounds: RectangleF
    28. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Drawing/PointF.html b/vignettes/clr/System/Drawing/PointF.html new file mode 100644 index 00000000..4b849281 --- /dev/null +++ b/vignettes/clr/System/Drawing/PointF.html @@ -0,0 +1,58 @@ + + + + + System.Drawing.PointF + + + + + + +
    + + + + + + +
    PointF {System.Drawing}.NET clr documentation
    + +

    PointF

    + +

    Description

    + + + +

    Declare

    + +
    +            
    +# namespace System.Drawing
    +export class PointF extends ValueType {
    +   IsEmpty: boolean;
    +   X: double;
    +   Y: double;
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from ValueType class: ValueType
    2. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Drawing/RectangleF.html b/vignettes/clr/System/Drawing/RectangleF.html new file mode 100644 index 00000000..2047c8e3 --- /dev/null +++ b/vignettes/clr/System/Drawing/RectangleF.html @@ -0,0 +1,68 @@ + + + + + System.Drawing.RectangleF + + + + + + +
    + + + + + + +
    RectangleF {System.Drawing}.NET clr documentation
    + +

    RectangleF

    + +

    Description

    + + + +

    Declare

    + +
    +            
    +# namespace System.Drawing
    +export class RectangleF extends ValueType {
    +   Bottom: double;
    +   Height: double;
    +   IsEmpty: boolean;
    +   Left: double;
    +   Location: PointF;
    +   Right: double;
    +   Size: SizeF;
    +   Top: double;
    +   Width: double;
    +   X: double;
    +   Y: double;
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from ValueType class: ValueType
    2. +
    3. use by property member Location: PointF
    4. +
    5. use by property member Size: SizeF
    6. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Drawing/Region.html b/vignettes/clr/System/Drawing/Region.html new file mode 100644 index 00000000..bbbe7554 --- /dev/null +++ b/vignettes/clr/System/Drawing/Region.html @@ -0,0 +1,55 @@ + + + + + System.Drawing.Region + + + + + + +
    + + + + + + +
    Region {System.Drawing}.NET clr documentation
    + +

    Region

    + +

    Description

    + + + +

    Declare

    + +
    +            
    +# namespace System.Drawing
    +export class Region extends MarshalByRefObject {
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from MarshalByRefObject class: MarshalByRefObject
    2. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Drawing/SizeF.html b/vignettes/clr/System/Drawing/SizeF.html new file mode 100644 index 00000000..b9a80f55 --- /dev/null +++ b/vignettes/clr/System/Drawing/SizeF.html @@ -0,0 +1,58 @@ + + + + + System.Drawing.SizeF + + + + + + +
    + + + + + + +
    SizeF {System.Drawing}.NET clr documentation
    + +

    SizeF

    + +

    Description

    + + + +

    Declare

    + +
    +            
    +# namespace System.Drawing
    +export class SizeF extends ValueType {
    +   Height: double;
    +   IsEmpty: boolean;
    +   Width: double;
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from ValueType class: ValueType
    2. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Enum.html b/vignettes/clr/System/Enum.html new file mode 100644 index 00000000..bed63f11 --- /dev/null +++ b/vignettes/clr/System/Enum.html @@ -0,0 +1,55 @@ + + + + + System.Enum + + + + + + +
    + + + + + + +
    Enum {System}.NET clr documentation
    + +

    Enum

    + +

    Description

    + + + +

    Declare

    + +
    +            
    +# namespace System
    +export class Enum extends ValueType {
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from ValueType class: ValueType
    2. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/MarshalByRefObject.html b/vignettes/clr/System/MarshalByRefObject.html new file mode 100644 index 00000000..87a5aa5e --- /dev/null +++ b/vignettes/clr/System/MarshalByRefObject.html @@ -0,0 +1,53 @@ + + + + + System.MarshalByRefObject + + + + + + +
    + + + + + + +
    MarshalByRefObject {System}.NET clr documentation
    + +

    MarshalByRefObject

    + +

    Description

    + + + +

    Declare

    + +
    +            
    +# namespace System
    +export class MarshalByRefObject {
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + + this clr type has no other .net clr type reference. + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Numerics/Matrix3x2.html b/vignettes/clr/System/Numerics/Matrix3x2.html new file mode 100644 index 00000000..80934865 --- /dev/null +++ b/vignettes/clr/System/Numerics/Matrix3x2.html @@ -0,0 +1,58 @@ + + + + + System.Numerics.Matrix3x2 + + + + + + +
    + + + + + + +
    Matrix3x2 {System.Numerics}.NET clr documentation
    + +

    Matrix3x2

    + +

    Description

    + + + +

    Declare

    + +
    +            
    +# namespace System.Numerics
    +export class Matrix3x2 extends ValueType {
    +   IsIdentity: boolean;
    +   Translation: Vector2;
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from ValueType class: ValueType
    2. +
    3. use by property member Translation: Vector2
    4. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Numerics/Vector2.html b/vignettes/clr/System/Numerics/Vector2.html new file mode 100644 index 00000000..885e6d7b --- /dev/null +++ b/vignettes/clr/System/Numerics/Vector2.html @@ -0,0 +1,55 @@ + + + + + System.Numerics.Vector2 + + + + + + +
    + + + + + + +
    Vector2 {System.Numerics}.NET clr documentation
    + +

    Vector2

    + +

    Description

    + + + +

    Declare

    + +
    +            
    +# namespace System.Numerics
    +export class Vector2 extends ValueType {
    +}
    +
    +        
    + +

    .NET clr type reference tree

    + +
      +
    1. this class extends from ValueType class: ValueType
    2. +
    + + +
    +
    [Package {$package} version {$version} Index] +
    +
    + + + + + + + \ No newline at end of file diff --git a/vignettes/clr/ggplot/colors/ggplotColorMap.html b/vignettes/clr/ggplot/colors/ggplotColorMap.html index d3ceb165..caaf68a7 100644 --- a/vignettes/clr/ggplot/colors/ggplotColorMap.html +++ b/vignettes/clr/ggplot/colors/ggplotColorMap.html @@ -37,6 +37,9 @@

    Declare

    # namespace ggplot.colors export class ggplotColorMap { + # value range of this property value is in [0, 1], controls + # the transparent alpha channel value. + alpha: double; # for each data object, this property value has different meanings: # #
      @@ -46,9 +49,6 @@

      Declare

      #
    1. ggplotColorCustomSet: a character vector of the color list
    2. #
    colorMap: any kind; - # value range of this property value is in [0, 1], controls - # the transparent alpha channel value. - alpha: double; }
    diff --git a/vignettes/clr/ggplot/ggplot.html b/vignettes/clr/ggplot/ggplot.html index f1c76c6c..7be2ba31 100644 --- a/vignettes/clr/ggplot/ggplot.html +++ b/vignettes/clr/ggplot/ggplot.html @@ -30,29 +30,29 @@

    Declare

    # namespace ggplot export class ggplot extends Plot { - ggplotTheme: Theme; - is3D: boolean; + args: list; + base: ggplotBase; + clearCanvas: boolean; # dataframe, list, and others data: any kind; - layers: List`1; - base: ggplotBase; - args: list; + # the driver flag for the graphics device + driver: Drivers; # the runtime environment for current ggplot object, # which is comes from the first # @M:ggplot.ggplot2.ggplot(System.Object,System.Object,System.Object,SMRUCC.Rsharp.Runtime.Internal.Object.list,SMRUCC.Rsharp.Runtime.Environment) # function calls. environment: Environment; - # the driver flag for the graphics device - driver: Drivers; - titleOffset: double; - clearCanvas: boolean; + ggplotTheme: Theme; + is3D: boolean; + layers: List`1; + legendTitle: string; + main: string; # works on 2D chart plot panelBorder: rectElement; + titleOffset: double; xlabel: string; ylabel: string; zlabel: string; - legendTitle: string; - main: string; } @@ -61,11 +61,11 @@

    .NET clr type reference tree

    1. this class extends from Plot class: Plot
    2. -
    3. use by property member ggplotTheme: Theme
    4. -
    5. use by property member data: any kind
    6. -
    7. use by property member layers: List`1
    8. use by property member base: ggplotBase
    9. +
    10. use by property member data: any kind
    11. use by property member driver: Drivers
    12. +
    13. use by property member ggplotTheme: Theme
    14. +
    15. use by property member layers: List`1
    16. use by property member panelBorder: rectElement
    diff --git a/vignettes/clr/ggplot/ggplotBase.html b/vignettes/clr/ggplot/ggplotBase.html index f6852ea5..dd7eac8c 100644 --- a/vignettes/clr/ggplot/ggplotBase.html +++ b/vignettes/clr/ggplot/ggplotBase.html @@ -30,8 +30,8 @@

    Declare

    # namespace ggplot export class ggplotBase { - reader: ggplotReader; data: list; + reader: ggplotReader; } diff --git a/vignettes/clr/ggplot/ggplotReader.html b/vignettes/clr/ggplot/ggplotReader.html index bcfdb9df..1f07aee6 100644 --- a/vignettes/clr/ggplot/ggplotReader.html +++ b/vignettes/clr/ggplot/ggplotReader.html @@ -30,21 +30,21 @@

    Declare

    # namespace ggplot export class ggplotReader { + args: list; + class: any kind; + color: any kind; + isPlain2D: boolean; + # the scatter text label mapping + label: any kind; + shape: any kind; + # the legend title label text + title: string; # the x axis mapping x: string; # the y axis mapping y: string; # the z axis mapping z: string; - color: any kind; - shape: any kind; - class: any kind; - # the legend title label text - title: string; - # the scatter text label mapping - label: any kind; - args: list; - isPlain2D: boolean; } @@ -52,10 +52,10 @@

    Declare

    .NET clr type reference tree

      -
    1. use by property member color: any kind
    2. -
    3. use by property member shape: any kind
    4. use by property member class: any kind
    5. +
    6. use by property member color: any kind
    7. use by property member label: any kind
    8. +
    9. use by property member shape: any kind
    diff --git a/vignettes/clr/ggplot/ggraph/layout/spring_embedder.html b/vignettes/clr/ggplot/ggraph/layout/spring_embedder.html index 13efa253..409f334c 100644 --- a/vignettes/clr/ggplot/ggraph/layout/spring_embedder.html +++ b/vignettes/clr/ggplot/ggraph/layout/spring_embedder.html @@ -32,10 +32,10 @@

    Declare

    # namespace ggplot.ggraph.layout export class spring_embedder extends ggforce { - canvasSize: Size; - maxRepulsiveForceDistance: double; c: double; + canvasSize: Size; iterations: integer; + maxRepulsiveForceDistance: double; step: double; } diff --git a/vignettes/clr/ggplot/ggraph/layout/spring_force.html b/vignettes/clr/ggplot/ggraph/layout/spring_force.html index 2d84a72e..cb39960e 100644 --- a/vignettes/clr/ggplot/ggraph/layout/spring_force.html +++ b/vignettes/clr/ggplot/ggraph/layout/spring_force.html @@ -30,11 +30,11 @@

    Declare

    # namespace ggplot.ggraph.layout export class spring_force extends ggforce { - stiffness: double; - repulsion: double; damping: double; iterations: integer; + repulsion: double; step: double; + stiffness: double; } diff --git a/vignettes/clr/ggplot/ggraph/render/edgeRender.html b/vignettes/clr/ggplot/ggraph/render/edgeRender.html index df33d871..90088655 100644 --- a/vignettes/clr/ggplot/ggraph/render/edgeRender.html +++ b/vignettes/clr/ggplot/ggraph/render/edgeRender.html @@ -30,14 +30,14 @@

    Declare

    # namespace ggplot.ggraph.render export class edgeRender extends ggplotLayer { + alpha: double; color: string; - width: DoubleRange; - reader: ggplotReader; colorMap: ggplotColorMap; + reader: ggplotReader; showLegend: boolean; which: Expression; + width: DoubleRange; zindex: integer; - alpha: double; } @@ -46,10 +46,10 @@

    .NET clr type reference tree

    1. this class extends from ggplotLayer class: ggplotLayer
    2. -
    3. use by property member width: DoubleRange
    4. -
    5. use by property member reader: ggplotReader
    6. use by property member colorMap: ggplotColorMap
    7. +
    8. use by property member reader: ggplotReader
    9. use by property member which: Expression
    10. +
    11. use by property member width: DoubleRange
    diff --git a/vignettes/clr/ggplot/ggraph/render/nodeRender.html b/vignettes/clr/ggplot/ggraph/render/nodeRender.html index abe4ee5a..895333fc 100644 --- a/vignettes/clr/ggplot/ggraph/render/nodeRender.html +++ b/vignettes/clr/ggplot/ggraph/render/nodeRender.html @@ -30,16 +30,16 @@

    Declare

    # namespace ggplot.ggraph.render export class nodeRender extends ggplotLayer { + alpha: double; + colorMap: ggplotColorMap; defaultColor: Color; fill: IGetBrush; radius: IGetSize; - shape: IGetShape; reader: ggplotReader; - colorMap: ggplotColorMap; + shape: IGetShape; showLegend: boolean; which: Expression; zindex: integer; - alpha: double; } @@ -48,12 +48,12 @@

    .NET clr type reference tree

    1. this class extends from ggplotLayer class: ggplotLayer
    2. +
    3. use by property member colorMap: ggplotColorMap
    4. use by property member defaultColor: Color
    5. use by property member fill: IGetBrush
    6. use by property member radius: IGetSize
    7. -
    8. use by property member shape: IGetShape
    9. use by property member reader: ggplotReader
    10. -
    11. use by property member colorMap: ggplotColorMap
    12. +
    13. use by property member shape: IGetShape
    14. use by property member which: Expression
    diff --git a/vignettes/clr/ggplot/ggraph/render/textRender.html b/vignettes/clr/ggplot/ggraph/render/textRender.html index 70bf509b..9c45d89c 100644 --- a/vignettes/clr/ggplot/ggraph/render/textRender.html +++ b/vignettes/clr/ggplot/ggraph/render/textRender.html @@ -30,16 +30,16 @@

    Declare

    # namespace ggplot.ggraph.render export class textRender extends ggplotLayer { - fontsize: IGetSize; - iteration: integer; + alpha: double; color: IGetBrush; + colorMap: ggplotColorMap; defaultSize: double; + fontsize: IGetSize; + iteration: integer; reader: ggplotReader; - colorMap: ggplotColorMap; showLegend: boolean; which: Expression; zindex: integer; - alpha: double; } @@ -48,10 +48,10 @@

    .NET clr type reference tree

    1. this class extends from ggplotLayer class: ggplotLayer
    2. -
    3. use by property member fontsize: IGetSize
    4. use by property member color: IGetBrush
    5. -
    6. use by property member reader: ggplotReader
    7. use by property member colorMap: ggplotColorMap
    8. +
    9. use by property member fontsize: IGetSize
    10. +
    11. use by property member reader: ggplotReader
    12. use by property member which: Expression
    diff --git a/vignettes/clr/ggplot/layers/ggplotLayer.html b/vignettes/clr/ggplot/layers/ggplotLayer.html index ef95eb64..059fd7a3 100644 --- a/vignettes/clr/ggplot/layers/ggplotLayer.html +++ b/vignettes/clr/ggplot/layers/ggplotLayer.html @@ -30,14 +30,14 @@

    Declare

    # namespace ggplot.layers export class ggplotLayer { + alpha: double; + colorMap: ggplotColorMap; # the custom data reader for each ggplot plot layer reader: ggplotReader; - colorMap: ggplotColorMap; showLegend: boolean; which: Expression; # z-index, the smaller value of this index, the first that we draw this image layer zindex: integer; - alpha: double; } @@ -45,8 +45,8 @@

    Declare

    .NET clr type reference tree

      -
    1. use by property member reader: ggplotReader
    2. use by property member colorMap: ggplotColorMap
    3. +
    4. use by property member reader: ggplotReader
    5. use by property member which: Expression