Object Model
Syntax
'Declaration
<KnownTypeAttribute(MethodName="", Type=ImageGear.Web.MarkupLayers.PolygonMark)>
<KnownTypeAttribute(MethodName="", Type=ImageGear.Web.MarkupLayers.PolylineMark)>
<KnownTypeAttribute(MethodName="", Type=ImageGear.Web.MarkupLayers.EllipseMark)>
<DataContractAttribute()>
<KnownTypeAttribute(MethodName="", Type=ImageGear.Web.MarkupLayers.LineMark)>
<KnownTypeAttribute(MethodName="", Type=ImageGear.Web.MarkupLayers.RectangleMark)>
<KnownTypeAttribute(MethodName="", Type=ImageGear.Web.MarkupLayers.TextMark)>
<KnownTypeAttribute(MethodName="", Type=ImageGear.Web.MarkupLayers.AjaxDictionary`1[System.String])>
Public Class MarkupLayer
'Usage
Dim instance As MarkupLayer
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.PolygonMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.PolylineMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.EllipseMark)]
[DataContract()]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.LineMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.RectangleMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.TextMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.AjaxDictionary`1[System.String])]
public class MarkupLayer
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.PolygonMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.PolylineMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.EllipseMark)]
[DataContract()]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.LineMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.RectangleMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.TextMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.AjaxDictionary`1[System.String])]
public __gc class MarkupLayer
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.PolygonMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.PolylineMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.EllipseMark)]
[DataContract()]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.LineMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.RectangleMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.TextMark)]
[KnownType(MethodName="", Type=ImageGear.Web.MarkupLayers.AjaxDictionary`1[System.String])]
public ref class MarkupLayer
Inheritance Hierarchy
System.Object
ImageGear.Web.MarkupLayers.MarkupLayer
See Also