Метод 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[]
)
Параметры
- shape
Тип: Microsoft.ReportingServices.ReportRendering. . :: . .ImageMapArea. . :: . .ImageMapAreaShape
The shape of the image map area.
- coordinates
Тип: array<System. . :: . .Single> [] () [] []
An array of coordiantes for the image map area.
См. также