'Declaration Public Function New( _
ByVal angleThe angle.As Double, _
ByVal leftTopThe left top.As WebPoint, _
ByVal leftBottomThe left bottom.As WebPoint, _
ByVal rightTopThe right top.As WebPoint, _
ByVal rightBottomThe right bottom.As WebPoint _
)
public WebRegion(
double angle,
WebPoint leftTop,
WebPoint leftBottom,
WebPoint rightTop,
WebPoint rightBottom
)
public: WebRegion(
double angle,
WebPoint* leftTop,
WebPoint* leftBottom,
WebPoint* rightTop,
WebPoint* rightBottom
)
public:
WebRegion(
double angle,
WebPoint^ leftTop,
WebPoint^ leftBottom,
WebPoint^ rightTop,
WebPoint^ rightBottom
)
Parameters
- angle
- The angle.
- leftTop
- The left top.
- leftBottom
- The left bottom.
- rightTop
- The right top.
- rightBottom
- The right bottom.