Serializes to/from PrizmMarks and ARTMarks
Object Model
Syntax
'Declaration
<DataContractAttribute(Namespace="ImageGear.Web.Viewer.Art", IsNamespaceSetExplicitly=True)>
Public Class RectangleMark
Inherits Mark
'Usage
Dim instance As RectangleMark
[DataContract(Namespace="ImageGear.Web.Viewer.Art", IsNamespaceSetExplicitly=true)]
public class RectangleMark : Mark
[DataContract(Namespace="ImageGear.Web.Viewer.Art", IsNamespaceSetExplicitly=true)]
public __gc class RectangleMark : public Mark
[DataContract(Namespace="ImageGear.Web.Viewer.Art", IsNamespaceSetExplicitly=true)]
public ref class RectangleMark : public Mark
Inheritance Hierarchy
See Also