点击或拖拽改变大小

IViewObjectEx 接口

[缺少 "T:DSkin.OLE.IViewObjectEx" 的 <summary> 文档]

命名空间:  DSkin.OLE
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public interface IViewObjectEx : IViewObject2, 
	IViewObject

IViewObjectEx 类型公开以下成员。

方法
  名称说明
公共方法Draw(UInt32, Int32, UInt32, DVTARGETDEVICE, UInt32, UInt32, RECTL, RECTL, IContinue) (继承自 IViewObject2。)
公共方法Draw(Int32, Int32, IntPtr, tagDVTARGETDEVICE, IntPtr, IntPtr, COMRECT, COMRECT, IntPtr, Int32) (继承自 IViewObject。)
公共方法Freeze(Int32, Int32, IntPtr, IntPtr) (继承自 IViewObject。)
公共方法Freeze(UInt32, Int32, UInt32, UInt32) (继承自 IViewObject2。)
公共方法GetAdvise(Int32, Int32, IAdviseSink) (继承自 IViewObject。)
公共方法GetAdvise(UInt32, UInt32, IAdviseSink) (继承自 IViewObject2。)
公共方法GetColorSet(Int32, Int32, IntPtr, tagDVTARGETDEVICE, IntPtr, tagLOGPALETTE) (继承自 IViewObject。)
公共方法GetColorSet(UInt32, Int32, UInt32, DVTARGETDEVICE, UInt32, IntPtr) (继承自 IViewObject2。)
公共方法GetExtent (继承自 IViewObject2。)
公共方法GetNaturalExtent
公共方法GetRect
公共方法GetViewStatus
公共方法QueryHitPoint
公共方法QueryHitRect
公共方法SetAdvise(Int32, Int32, IAdviseSink) (继承自 IViewObject。)
公共方法SetAdvise(UInt32, UInt32, IAdviseSink) (继承自 IViewObject2。)
公共方法Unfreeze(Int32) (继承自 IViewObject。)
公共方法Unfreeze(UInt32) (继承自 IViewObject2。)
Top
参见