'Declaration Public Sub Adjust( _ ByVal Where As ContentAlignment, _ ByVal Offset As SizeF, _ ByVal Viewer As DicomViewer, _ ByVal Index As Integer _ )
'Usage Dim instance As DicomLabel Dim Where As ContentAlignment Dim Offset As SizeF Dim Viewer As DicomViewer Dim Index As Integer instance.Adjust(Where, Offset, Viewer, Index)
public void Adjust( ContentAlignment Where, SizeF Offset, DicomViewer Viewer, int Index )
public: void Adjust( ContentAlignment Where, SizeF Offset, DicomViewer^ Viewer, int Index )
Parameters
- Where
- Which corner of the label to adjust
- Offset
- The distance to move that corner
- Viewer
- The viewer in which the image is displayed
- Index
- The index of the image, on which the label is displayed, within the viewer