public static void Filmstrip(
ref ImageElement refImageElement,
FilmstripOrientation orientation,
int width,
int height,
int roundness,
Color perforationColor,
int perforationWidth
)
Public Shared Sub Filmstrip (
ByRef refImageElement As ImageElement,
orientation As FilmstripOrientation,
width As Integer,
height As Integer,
roundness As Integer,
perforationColor As Color,
perforationWidth As Integer
)
Dim refImageElement As ImageElement
Dim orientation As FilmstripOrientation
Dim width As Integer
Dim height As Integer
Dim roundness As Integer
Dim perforationColor As Color
Dim perforationWidth As Integer
UtilImageDraw.Filmstrip(refImageElement,
orientation, width, height, roundness,
perforationColor, perforationWidth)
public:
static void Filmstrip(
ImageElement^% refImageElement,
FilmstripOrientation orientation,
int width,
int height,
int roundness,
Color perforationColor,
int perforationWidth
)
static member Filmstrip :
refImageElement : ImageElement byref *
orientation : FilmstripOrientation *
width : int *
height : int *
roundness : int *
perforationColor : Color *
perforationWidth : int -> unit
No code example is currently available or this language may not be supported.
[Missing <param name="orientation"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Filmstrip(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FilmstripOrientation,System.Int32,System.Int32,System.Int32,System.Drawing.Color,System.Int32)"]
[Missing <param name="width"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Filmstrip(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FilmstripOrientation,System.Int32,System.Int32,System.Int32,System.Drawing.Color,System.Int32)"]
[Missing <param name="height"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Filmstrip(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FilmstripOrientation,System.Int32,System.Int32,System.Int32,System.Drawing.Color,System.Int32)"]
[Missing <param name="roundness"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Filmstrip(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FilmstripOrientation,System.Int32,System.Int32,System.Int32,System.Drawing.Color,System.Int32)"]
[Missing <param name="perforationColor"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Filmstrip(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FilmstripOrientation,System.Int32,System.Int32,System.Int32,System.Drawing.Color,System.Int32)"]
[Missing <param name="perforationWidth"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Filmstrip(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FilmstripOrientation,System.Int32,System.Int32,System.Int32,System.Drawing.Color,System.Int32)"]