[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.BannerShape.-ctor

BannerShape Constructor

BannerShape()

Creates a new banner shape.

Declaration
public BannerShape()
Public Sub New()

BannerShape(SerializationInfo, StreamingContext)

Creates a banner shape object from serialization.

Declaration
public BannerShape(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

BannerShape(BannerShape)

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

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

Shape to copy.