Inheritance Hierarchy Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjectsAssembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntaxpublic abstract class GraphicObject : IGraphicObject,
ICustomXMLSerialization
Public MustInherit Class GraphicObject
Implements IGraphicObject, ICustomXMLSerialization
Request Example
View SourceThe GraphicObject type exposes the following members.
Constructors | Name | Description |
---|
 | GraphicObject | |
 | GraphicObject(SKPoint) | |
 | GraphicObject(Int32, Int32) | |
 | GraphicObject(SKPoint, SKSize) | |
 | GraphicObject(SKPoint, Single) | |
 | GraphicObject(Int32, Int32, SKSize) | |
 | GraphicObject(Int32, Int32, Single) | |
 | GraphicObject(SKPoint, SKSize, Single) | |
 | GraphicObject(Int32, Int32, SKSize, Single) | |
 | GraphicObject(Int32, Int32, Int32, Int32) | |
 | GraphicObject(Int32, Int32, Int32, Int32, Single) | |
Top
Properties
Methods
Fields
Extension Methods
See Also