IOleObject.SetExtent Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub SetExtent ( _
dwDrawAspect As UInteger, _
pSizel As SIZEL() _
)
void SetExtent(
uint dwDrawAspect,
SIZEL[] pSizel
)
void SetExtent(
[InAttribute] unsigned int dwDrawAspect,
[InAttribute] array<SIZEL>^ pSizel
)
abstract SetExtent :
dwDrawAspect:uint32 *
pSizel:SIZEL[] -> unit
function SetExtent(
dwDrawAspect : uint,
pSizel : SIZEL[]
)
Parameters
- dwDrawAspect
Type: UInt32
- pSizel
Type: array<Microsoft.VisualStudio.OLE.Interop.SIZEL[]
Remarks
For information on the COM interface, see IOleObject::SetExtent
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.