'Declaration Public Function New( _
ByVal displayedAreaTopLeftCornerThe top-left corner of displayed area.As System.Drawing.PointF, _
ByVal displayedAreaBottomRightCornerThe bottom-right corner of displayed area.As System.Drawing.PointF _
)
public DicomDisplayedArea(
System.Drawing.PointF displayedAreaTopLeftCorner,
System.Drawing.PointF displayedAreaBottomRightCorner
)
public: DicomDisplayedArea(
System.Drawing.PointF displayedAreaTopLeftCorner,
System.Drawing.PointF displayedAreaBottomRightCorner
)
public:
DicomDisplayedArea(
System.Drawing.PointF displayedAreaTopLeftCorner,
System.Drawing.PointF displayedAreaBottomRightCorner
)
Parameters
- displayedAreaTopLeftCorner
- The top-left corner of displayed area.
- displayedAreaBottomRightCorner
- The bottom-right corner of displayed area.