AddLinkedPicture

ShapeCollection.AddLinkedPicture method

Füge ein verlinktes Bild hinzu.

public Picture AddLinkedPicture(int upperLeftRow, int upperLeftColumn, int height, int width, 
    string sourceFullName)
ParameterTypBeschreibung
upperLeftRowInt32Zeilenindex oben links.
upperLeftColumnInt32Spaltenindex oben links.
heightInt32Die Höhe der Form. In Pixeleinheiten
widthInt32Die Breite der Form. In Pixeleinheiten
sourceFullNameStringDer Pfad und Name der Quelldatei für das verknüpfte Bild

Rückgabewert

Picture Bildobjekt.

Siehe auch