Share via


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 네임스페이스