[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.CheckmarkShape.-ctor

CheckmarkShape Constructor

CheckmarkShape()

Creates a new check mark shape.

Declaration
public CheckmarkShape()
Public Sub New()

CheckmarkShape(SerializationInfo, StreamingContext)

Creates a new checkmark shape object from serialization.

Declaration
public CheckmarkShape(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

Object that holds the serialized object data

StreamingContext context

Contexual information about the source or destination of the serialization

CheckmarkShape(CheckmarkShape)

Creates a new shape that is a copy of the specified shape.

Declaration
public CheckmarkShape(CheckmarkShape shape)
Public Sub New(shape As CheckmarkShape)
Parameters
Type Name Description
CheckmarkShape shape

Shape to copy.