[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 deltaBody,
int deltaTarget
)
public static void InflateBalloon(
ref Rectangle body,
ref Point target,
int deltaBody,
int deltaTarget
)
Public Shared Sub InflateBalloon (
ByRef body As Rectangle,
ByRef target As Point,
deltaBody As Integer,
deltaTarget As Integer
)
Public Shared Sub InflateBalloon (
ByRef body As Rectangle,
ByRef target As Point,
deltaBody As Integer,
deltaTarget As Integer
)
public:
static void InflateBalloon(
Rectangle% body,
Point% target,
int deltaBody,
int deltaTarget
)
public:
static void InflateBalloon(
Rectangle% body,
Point% target,
int deltaBody,
int deltaTarget
)
static member InflateBalloon :
body : Rectangle byref *
target : Point byref *
deltaBody : int *
deltaTarget : int -> unit
static member InflateBalloon :
body : Rectangle byref *
target : Point byref *
deltaBody : int *
deltaTarget : int -> unit