IOleObject.GetExtent Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

声明
Sub GetExtent ( _
    dwDrawAspect As UInteger, _
    <OutAttribute> pSizel As SIZEL() _
)
用法
Dim instance As IOleObject
Dim dwDrawAspect As UInteger
Dim pSizel As SIZEL()

instance.GetExtent(dwDrawAspect, pSizel)
void GetExtent(
    uint dwDrawAspect,
    SIZEL[] pSizel
)
void GetExtent(
    [InAttribute] unsigned int dwDrawAspect, 
    [OutAttribute] array<SIZEL>^ pSizel
)
abstract GetExtent : 
        dwDrawAspect:uint32 * 
        pSizel:SIZEL[] byref -> unit 
function GetExtent(
    dwDrawAspect : uint, 
    pSizel : SIZEL[]
)

Parameters

Remarks

For information on the COM interface, see IOleObject::GetExtent

.NET Framework Security

See Also

Reference

IOleObject Interface

IOleObject Members

Microsoft.VisualStudio.OLE.Interop Namespace