ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTEncryption Class : ImGearARTEncryption Constructor |
'Declaration Public Function New( _ ByVal rect As IImGearRectangle, _ ByVal password As String _ )
'Usage Dim rect As IImGearRectangle Dim password As String Dim instance As New ImGearARTEncryption(rect, password)
public ImGearARTEncryption( IImGearRectangle rect, string password )
public: ImGearARTEncryption( IImGearRectangle* rect, string* password )
public: ImGearARTEncryption( IImGearRectangle^ rect, String^ password )