[This is preliminary documentation and is subject to change.]
Inflates balloon body and target point
Namespace: NFX.GeometryAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void InflateBalloon(
ref Rectangle body,
ref Point target,
int delta
)
public static void InflateBalloon(
ref Rectangle body,
ref Point target,
int delta
)
Public Shared Sub InflateBalloon (
ByRef body As Rectangle,
ByRef target As Point,
delta As Integer
)
Public Shared Sub InflateBalloon (
ByRef body As Rectangle,
ByRef target As Point,
delta As Integer
)
public:
static void InflateBalloon(
Rectangle% body,
Point% target,
int delta
)
public:
static void InflateBalloon(
Rectangle% body,
Point% target,
int delta
)
static member InflateBalloon :
body : Rectangle byref *
target : Point byref *
delta : int -> unit
static member InflateBalloon :
body : Rectangle byref *
target : Point byref *
delta : int -> unit