[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.LineShape.SizeRegion

SizeRegion Method

SizeRegion(float, float, float, float)

Resizes the region.

Declaration
protected override void SizeRegion(float newWidth, float newHeight, float oldWidth, float oldHeight)
Protected Overrides Sub SizeRegion(newWidth As Single, newHeight As Single, oldWidth As Single, oldHeight As Single)
Parameters
Type Name Description
float newWidth

New width value in pixels

float newHeight

New height value in pixels

float oldWidth

Old width value in pixels

float oldHeight

Old height value in pixels

Overrides