Class OdImageObject

Class OdImageObject

Pôvodný názov: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Obrázok otvoreného dokumentu

[JsonObject(MemberSerialization.OptIn)]
public class OdImageObject : OdGraphicObject

Inheritance

object OdObject OdGraphicObject OdImageObject

Z dedičných členov

OdGraphicObject.AbsoluteCoordinates , OdObject.parent , OdObject.Parent , OdObject.Items , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

OdImageObject(OdObject)

Iniciuje novú inštanciu triedy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdImageObject.

public OdImageObject(OdObject parent)

Parameters

parent OdObject

a rodičom .

Properties

Bitmap

Získať alebo nastaviť bitmap.

[JsonProperty]
public byte[] Bitmap { get; set; }

Hodnota nehnuteľnosti

byte []

ImageLink

Získať alebo nastaviť obrázok prepojenie.

[JsonProperty]
public string ImageLink { get; set; }

Hodnota nehnuteľnosti

string

Rectangle

Dostanete alebo nastavíte rektangul.

[JsonProperty]
public RectangleF Rectangle { get; set; }

Hodnota nehnuteľnosti

RectangleF

 Slovenčina