Constructor NineRects
NineRects(RectI, RectI)
Initializes a new instance of the NineRects class with the specified container and patch rectangles.
public NineRects(RectI container, RectI patch)
Parameters
Remarks
patch coordinates are not counted from top-left corner of
the container, these rectangles are assumed to be siblings.
NineRects(RectD, RectD, float)
Initializes a new instance of the NineRects class with the specified container and patch rectangles.
public NineRects(RectD container, RectD patch, float scaleFactor)