[]
Creates a new square callout with arrow shape.
public CalloutArrowShape()
Public Sub New()
Creates a new square callout with arrow shape object from serialization.
public CalloutArrowShape(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Object that holds the serialized object data |
StreamingContext | context | Contexual information about the source or destination of the serialization |
Creates a new shape that is a copy of the specified shape.
public CalloutArrowShape(CalloutArrowShape shape)
Public Sub New(shape As CalloutArrowShape)
Type | Name | Description |
---|---|---|
CalloutArrowShape | shape | Shape to copy. |