点击或拖拽改变大小

DSkin.Html.Adapters 命名空间

 
  说明
公共类BrushAdapter
Adapter for WinForms brushes objects for core.
公共类ContextMenuAdapter
Adapter for WinForms context menu for core.
公共类ControlAdapter
Adapter for WinForms Control for core.
公共类DuiControlAdapter
公共类FontAdapter
Adapter for WinForms Font object for core.
公共类FontFamilyAdapter
Adapter for WinForms Font family object for core.
公共类GraphicsAdapter
Adapter for WinForms Graphics for core.
公共类GraphicsPathAdapter
Adapter for WinForms graphics path object for core.
公共类ImageAdapter
Adapter for WinForms Image object for core.
公共类PenAdapter
Adapter for WinForms pens objects for core.
公共类RAdapter
Platform adapter to bridge platform specific objects to HTML Renderer core library.
Core uses abstract renderer objects (RAdapter/RControl/REtc...) to access platform specific functionality, the concrete platforms implements those objects to provide concrete platform implementation. Those allowing the core library to be platform agnostic.

Platforms: WinForms, WPF, Metro, PDF renders, etc.
Objects: UI elements(Controls), Graphics(Render context), Colors, Brushes, Pens, Fonts, Images, Clipboard, etc.

公共类RBrush
Adapter for platform specific brush objects - used to fill graphics (rectangles, polygons and paths).
The brush can be solid color, gradient or image.
公共类RContextMenu
Adapter for platform specific context menu - used to create and show context menu at specific location.
Not relevant for platforms that don't render HTML on UI element.
公共类RControl
Adapter for platform specific control object - used to handle updating the control that the html is rendered on.
Not relevant for platforms that don't render HTML on UI element.
公共类RFont
Adapter for platform specific font object - used to render text using specific font.
公共类RFontFamily
Adapter for platform specific font family object - define the available font families to use.
Required for custom fonts handling: fonts that are not installed on the system.
公共类RGraphics
Adapter for platform specific graphics rendering object - used to render graphics and text in platform specific context.
The core HTML Renderer components use this class for rendering logic, extending this class in different platform: WinForms, WPF, Metro, PDF, etc.
公共类RGraphicsPath
Adapter for platform specific graphics path object - used to render (draw/fill) path shape.
公共类RImage
Adapter for platform specific image object - used to render images.
公共类RPen
Adapter for platform specific pen objects - used to draw graphics (lines, rectangles and paths)
公共类WinFormsAdapter
Adapter for WinForms platforms.
枚举
  枚举说明
公共枚举RGraphicsPathCorner
The 4 corners that are handled in arc rendering.