Property RectsScaled
RectsScaled
Gets an array of all nine rectangles. This property returns the rectangles converted from pixels to device-independent pixels (DIPs) using the specified scale factor.
public readonly RectD[] RectsScaled { get; }
Property Value
- RectD[]
Remarks
Each rectangle in the returned array corresponds to a specific corner or center position, scaled according to the current transformation. The array is newly created on each access and reflects the latest scaled positions.