Class WmfFrameRegion

Class WmfFrameRegion

名称: Aspose.Imaging.FileFormats.Wmf.Objects 收藏: Aspose.Imaging.dll (25.4.0)

WMF框区域对象。

public class WmfFrameRegion : WmfObject

Inheritance

object MetaObject WmfObject WmfFrameRegion

继承人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

WmfFrameRegion()

启动 Aspose.Imaging.FileFormats.Wmf.Objects.WmfFillRegion 类的新例子。

public WmfFrameRegion()

WmfFrameRegion(WmfGraphicObject 和 WmfGraphicObject)

启动 Aspose.Imaging.FileFormats.Wmf.Objects.WmfFillRegion 类的新例子。

public WmfFrameRegion(WmfGraphicObject region, WmfGraphicObject brush)

Parameters

region WmfGraphicObject

该地区。

brush WmfGraphicObject

刷子。

Properties

BrushIndex

接收或设置刷子指数。

public int BrushIndex { get; set; }

财产价值

int

Height

接收或设置高度。

public short Height { get; set; }

财产价值

short

RegionIndex

接收或设置该地区的指数。

public int RegionIndex { get; set; }

财产价值

int

Width

接收或设置宽度。

public short Width { get; set; }

财产价值

short

 中文