[]
Creates a new check mark shape.
public CheckmarkShape()
Public Sub New()
Creates a new checkmark shape object from serialization.
public CheckmarkShape(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 CheckmarkShape(CheckmarkShape shape)
Public Sub New(shape As CheckmarkShape)
| Type | Name | Description |
|---|---|---|
| CheckmarkShape | shape | Shape to copy. |