You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Standalone > SupportFunc Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.SupportFunc Method

Here for GdPicture technical support purpose.

C#
public GdPictureStatus SupportFunc(
    int SupportID, 
    int ImageID, 
    ref Double ParamDouble1, 
    ref Double ParamDouble2, 
    ref Double ParamDouble3, 
    ref int ParamInteger1, 
    ref int ParamInteger2, 
    ref int ParamInteger3, 
    ref String sParamString1, 
    ref String sParamString2, 
    ref String sParamString3
);
Visual Basic
Public Function SupportFunc(
    ByVal SupportID As Integer, 
    ByVal ImageID As Integer, 
    ByRef ParamDouble1 As Double, 
    ByRef ParamDouble2 As Double, 
    ByRef ParamDouble3 As Double, 
    ByRef ParamInteger1 As Integer, 
    ByRef ParamInteger2 As Integer, 
    ByRef ParamInteger3 As Integer, 
    ByRef sParamString1 As String, 
    ByRef sParamString2 As String, 
    ByRef sParamString3 As String
) As GdPictureStatus
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.