PrimitiveBaseParentResized Method
Should be called, when the parent container is resized.
Namespace: BeeMobile.TransparentControls.PrimitivesAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public void ParentResized(
float dW,
float dH
)
Public Sub ParentResized (
dW As Single,
dH As Single
)
Parameters
- dW Single
- The delta of the width change in pixels.
- dH Single
- The delta of the height change in pixels.