Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / AnchoredObject Class / AnchoredObject Constructor / AnchoredObject Constructor(Single,Single,Boolean)

In This Topic
    AnchoredObject Constructor(Single,Single,Boolean)
    In This Topic
    Creates a new instance of AnchoredObject.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As System.Single, _
       ByVal height As System.Single, _
       ByVal wrapWithText As System.Boolean _
    )
    public AnchoredObject( 
       System.float width,
       System.float height,
       System.bool wrapWithText
    )

    Parameters

    width
    height
    wrapWithText
    See Also