Share via


ShapeDecorator Constructor (ShapeField, ShapeDecoratorPosition, PointD)

Construct a new ShapeDecorator.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    field As ShapeField, _
    position As ShapeDecoratorPosition, _
    offset As PointD _
)
public ShapeDecorator(
    ShapeField field,
    ShapeDecoratorPosition position,
    PointD offset
)
public:
ShapeDecorator(
    ShapeField^ field, 
    ShapeDecoratorPosition position, 
    PointD offset
)
new : 
        field:ShapeField * 
        position:ShapeDecoratorPosition * 
        offset:PointD -> ShapeDecorator
public function ShapeDecorator(
    field : ShapeField, 
    position : ShapeDecoratorPosition, 
    offset : PointD
)

Parameters

.NET Framework Security

See Also

Reference

ShapeDecorator Class

ShapeDecorator Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace