Class OdImageObject

Class OdImageObject

이름 공간 : Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic 모임: Aspose.Imaging.dll (25.4.0)

오픈 문서 이미지

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

Inheritance

object OdObject OdGraphicObject OdImageObject

상속 회원들

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)

Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdImageObject 클래스의 새로운 예를 시작합니다.

public OdImageObject(OdObject parent)

Parameters

parent OdObject

그리고 부모님.

Properties

Bitmap

Bitmap를 얻거나 설정합니다.

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

부동산 가치

byte [ ] [ [ ]

ImageLink

이미지를 얻거나 링크를 설정합니다.

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

부동산 가치

string

Rectangle

오른쪽을 잡거나 정리합니다.

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

부동산 가치

RectangleF

 한국어