.. highlightlang:: us .. index:: ImageSetFrameWidthAndColor .. _imagesetframewidthandcolor: ImageSetFrameWidthAndColor ========================== .. us.tag ImageSetFrameWidthAndColor NOTREADYGERMAN New360 Image ImageSet :ref:`ImageSetFrameWidthAndColor` setzt die Liniendicke und -farbe eines Bildobjekt-Rahmens. .. function:: bool = ImageSetFrameWidthAndColor(hImg, rvFrameWidthAndColor) .. us.return **Returnwert** *bool* ist TRUE (1), wenn die Funktion erfolgreich war und sonst FALSE (0). .. us.params **Parameter** .. uparam:: hImg *hImg* ist die Zugriffsnummer (Handle) des mit :ref:`ImageCreate` erzeugten Bildobjekts. .. uparam:: rvFrameWidthAndColor *rvFrameWidthAndColor* ist ein Vektor mit 4 Elementen. Das erste Element enthält die Liniendicke in 0.1 mm-Einheiten im Bereich 0 bis 255. Die folgenden drei Elemente enthalten die Linienfarbe (Rot-, Grün-, Blauanteil) im Bereich 0 bis 255. .. seealso:: :ref:`uberblick-bilder`, :ref:`ImageShowFrame` :sub:`id-1010540`