IOleControlSite.TransformCoords Method

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

Syntax

'宣言
Sub TransformCoords ( _
    <OutAttribute> pPtlHimetric As POINTL(), _
    <OutAttribute> pPtfContainer As POINTF(), _
    dwFlags As UInteger _
)
'使用
Dim instance As IOleControlSite
Dim pPtlHimetric As POINTL()
Dim pPtfContainer As POINTF()
Dim dwFlags As UInteger

instance.TransformCoords(pPtlHimetric, _
    pPtfContainer, dwFlags)
void TransformCoords(
    POINTL[] pPtlHimetric,
    POINTF[] pPtfContainer,
    uint dwFlags
)
void TransformCoords(
    [InAttribute] [OutAttribute] array<POINTL>^ pPtlHimetric, 
    [InAttribute] [OutAttribute] array<POINTF>^ pPtfContainer, 
    [InAttribute] unsigned int dwFlags
)
function TransformCoords(
    pPtlHimetric : POINTL[], 
    pPtfContainer : POINTF[], 
    dwFlags : uint
)

Parameters

  • pPtlHimetric
    Type: []
  • pPtfContainer
    Type: []

Permissions

See Also

Reference

IOleControlSite Interface

IOleControlSite Members

Microsoft.VisualStudio.OLE.Interop Namespace