[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.FivePointStarShape.-ctor

FivePointStarShape Constructor

FivePointStarShape()

Creates a new five-pointed star shape.

Declaration
public FivePointStarShape()
Public Sub New()

FivePointStarShape(SerializationInfo, StreamingContext)

Creates a new five-pointed star shape object from serialization.

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

FivePointStarShape(FivePointStarShape)

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

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

Shape to copy.