Class WmfIntersectClipRect
Class WmfIntersectClipRect
名称: Aspose.Imaging.FileFormats.Wmf.Objects 收藏: Aspose.Imaging.dll (25.4.0)
META_INTERSECTCLIPRECT 记录中,列出在播放设备背景到现有剪辑的交叉区域和指定直角。
public class WmfIntersectClipRect : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfIntersectClipRect
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
WmfIntersectClipRect()
public WmfIntersectClipRect()
Properties
Rectangle
接收或设置直角。
public Rectangle Rectangle { get; set; }