public static int SetRelativeFontSize(vtkTextMapper arg0, vtkViewport arg1, IntPtr winSize, IntPtr stringSize, float sizeFactor) { return(vtkTextMapper.vtkTextMapper_SetRelativeFontSize_17((arg0 == null) ? default(HandleRef) : arg0.GetCppThis(), (arg1 == null) ? default(HandleRef) : arg1.GetCppThis(), winSize, stringSize, sizeFactor)); }
public void ShallowCopy(vtkTextMapper tm) { vtkTextMapper.vtkTextMapper_ShallowCopy_19(base.GetCppThis(), (tm == null) ? default(HandleRef) : tm.GetCppThis()); }
public static int SetConstrainedFontSize(vtkTextMapper arg0, vtkViewport arg1, int targetWidth, int targetHeight) { return(vtkTextMapper.vtkTextMapper_SetConstrainedFontSize_15((arg0 == null) ? default(HandleRef) : arg0.GetCppThis(), (arg1 == null) ? default(HandleRef) : arg1.GetCppThis(), targetWidth, targetHeight)); }