ImageMapArea.SetCoordinates 方法

Sets the coordinates and type of the image map area.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Sub SetCoordinates ( _
    shape As ImageMapArea.ImageMapAreaShape, _
    coordinates As Single() _
)
用法
Dim instance As ImageMapArea 
Dim shape As ImageMapArea.ImageMapAreaShape 
Dim coordinates As Single()

instance.SetCoordinates(shape, coordinates)
public void SetCoordinates(
    ImageMapArea.ImageMapAreaShape shape,
    float[] coordinates
)
public:
void SetCoordinates(
    ImageMapArea.ImageMapAreaShape shape, 
    array<float>^ coordinates
)
member SetCoordinates : 
        shape:ImageMapArea.ImageMapAreaShape * 
        coordinates:float32[] -> unit
public function SetCoordinates(
    shape : ImageMapArea.ImageMapAreaShape, 
    coordinates : float[]
)

参数

  • coordinates
    类型:array<System.Single[]
    An array of coordiantes for the image map area.

请参阅

参考

ImageMapArea 类

Microsoft.ReportingServices.ReportRendering 命名空间